diff options
author | Inochi Amaoto <[email protected]> | 2023-10-19 07:18:48 +0800 |
---|---|---|
committer | Conor Dooley <[email protected]> | 2023-11-30 12:40:36 +0000 |
commit | 21a34e63afcc4328bd3f62289dafd796ae95550b (patch) | |
tree | 7ab5dbf8e9416aa67f518ac762b52100641c0ee4 | |
parent | 27df2ed3b145080b3c9c21420e797cc35099b154 (diff) |
dt-bindings: interrupt-controller: Add SOPHGO CV1812H plic
Add compatible string for SOPHGO CV1812H plic.
Signed-off-by: Inochi Amaoto <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Jisheng Zhang <[email protected]>
Signed-off-by: Conor Dooley <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml index 0c07e8dda445..709b2211276b 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml @@ -66,6 +66,7 @@ properties: - enum: - allwinner,sun20i-d1-plic - sophgo,cv1800b-plic + - sophgo,cv1812h-plic - sophgo,sg2042-plic - thead,th1520-plic - const: thead,c900-plic |