diff options
author | Yangyu Chen <cyy@cyyself.name> | 2024-07-30 00:28:08 +0000 |
---|---|---|
committer | Michal Wilczynski <m.wilczynski@samsung.com> | 2024-08-22 13:53:06 +0200 |
commit | ec90c63ad7f4187a9cae723504a5c38bbdbf7343 (patch) | |
tree | b67bb7ad2a126ba757621f14e61599b6e5311f83 /Documentation | |
parent | 989d7c57e338e8c26da15069a23869babc6a3e80 (diff) | |
download | linux-riscv-ec90c63ad7f4187a9cae723504a5c38bbdbf7343.tar.gz linux-riscv-ec90c63ad7f4187a9cae723504a5c38bbdbf7343.tar.bz2 linux-riscv-ec90c63ad7f4187a9cae723504a5c38bbdbf7343.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>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Reviewed-by: Matthias Brugger <matthias.bgg@kernel.org>
[ m.wilczynski: ported from
https://lore.kernel.org/all/20240730-k1-01-basic-dt-v5-0-98263aae83be@gentoo.org/
]
Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
Change-Id: I3f5ccbbce7d5247b26c0b814aca5a4f27f603675
Diffstat (limited to 'Documentation')
-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..18998f93630a 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 |