Skip to content

Commit ce6b6d1

Browse files
committed
riscv: dts: sifive: add missing #interrupt-cells to pmic
At W=2 dtc complains: hifive-unmatched-a00.dts:120.10-238.4: Warning (interrupt_provider): /soc/i2c@10030000/pmic@58: Missing '#interrupt-cells' in interrupt provider Add the missing property. Reviewed-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent f036064 commit ce6b6d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
interrupt-parent = <&gpio>;
124124
interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
125125
interrupt-controller;
126+
#interrupt-cells = <2>;
126127

127128
onkey {
128129
compatible = "dlg,da9063-onkey";

0 commit comments

Comments
 (0)