From: Conor Dooley Date: Tue, 13 Feb 2024 19:45:40 +0000 (+0000) Subject: riscv: dts: sifive: add missing #interrupt-cells to pmic X-Git-Tag: v6.8-rc6~18^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce6b6d1513965f500a05f3facf223fa01fd74920;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts index 07387f9c135ca..72b87b08ab444 100644 --- a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts +++ b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts @@ -123,6 +123,7 @@ interrupt-parent = <&gpio>; interrupts = <1 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; + #interrupt-cells = <2>; onkey { compatible = "dlg,da9063-onkey";