diff options
author | Chen Wang <unicorn_wang@outlook.com> | 2023-10-04 18:42:41 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-10-06 16:36:54 +0300 |
commit | d975794dddd2ec44f142302c7fd3b86eebec0bee (patch) | |
tree | a1ec19f913eff6c493eee46253c02088ca31c994 | |
parent | b965d9a965943e5c07bdda0734aaeecca9ab86b3 (diff) | |
download | linux-d975794dddd2ec44f142302c7fd3b86eebec0bee.tar.xz |
dt-bindings: interrupt-controller: Add Sophgo SG2042 PLIC
Add compatible string for SOPHGO SG2042 plic.
Acked-by: Chao Wei <chao.wei@sophgo.com>
Reviewed-by: Guo Ren <guoren@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-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 dc1f28e55266..16f9c4760c0f 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 @@ -65,6 +65,7 @@ properties: - items: - enum: - allwinner,sun20i-d1-plic + - sophgo,sg2042-plic - thead,th1520-plic - const: thead,c900-plic - items: |