Skip to content

Commit 9962a06

Browse files
committed
riscv: dts: sifive: add missing compatible for plic
Add proper compatible for Platform-Level Interrupt Controller to silence dtbs_check warnings: interrupt-controller@c000000: compatible: ['sifive,plic-1.0.0'] is too short Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Reviewed-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Tested-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Link: https://lore.kernel.org/r/20210920130412.145231-2-krzysztof.kozlowski@canonical.com
1 parent 73d3c44 commit 9962a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/sifive/fu540-c000.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
ranges;
142142
plic0: interrupt-controller@c000000 {
143143
#interrupt-cells = <1>;
144-
compatible = "sifive,plic-1.0.0";
144+
compatible = "sifive,fu540-c000-plic", "sifive,plic-1.0.0";
145145
reg = <0x0 0xc000000 0x0 0x4000000>;
146146
riscv,ndev = <53>;
147147
interrupt-controller;

0 commit comments

Comments
 (0)