diff options
author | 2024-07-30 00:28:08 +0000 | |
---|---|---|
committer | 2025-01-17 07:53:51 +0800 | |
commit | 562272a287d5633dfdffaae43dcd25244635cc74 (patch) | |
tree | 979b4cb62c52461868337080a67447c351d8ac34 | |
parent | dt-bindings: timer: Add SpacemiT K1 CLINT (diff) | |
download | wireguard-linux-562272a287d5633dfdffaae43dcd25244635cc74.tar.xz wireguard-linux-562272a287d5633dfdffaae43dcd25244635cc74.zip |
dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC
Add compatible string for SpacemiT K1 PLIC.
Signed-off-by: Yangyu Chen <cyy@cyyself.name>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-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 7e1451f9786a..3dfe425909d1 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 @@ -59,6 +59,7 @@ properties: - enum: - canaan,k210-plic - sifive,fu540-c000-plic + - spacemit,k1-plic - starfive,jh7100-plic - starfive,jh7110-plic - const: sifive,plic-1.0.0 |