Message ID | 20240213-protegee-shoplift-c9bc09f62a7a@spud (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | riscv: dts: sifive: add missing #interrupt-cells to pmic | expand |
On 2024-02-13 1:47 PM, Conor Dooley wrote: > From: Conor Dooley <conor.dooley@microchip.com> > > 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. > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- > arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
On Tue, Feb 13, 2024 at 03:49:53PM -0600, Samuel Holland wrote: > On 2024-02-13 1:47 PM, Conor Dooley wrote: > > From: Conor Dooley <conor.dooley@microchip.com> > > > > 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. > > > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > > --- > > arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 1 + > > 1 file changed, 1 insertion(+) > > Reviewed-by: Samuel Holland <samuel.holland@sifive.com> Applied so, thanks :)
diff --git a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts index 07387f9c135c..72b87b08ab44 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 @@ pmic@58 { interrupt-parent = <&gpio>; interrupts = <1 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; + #interrupt-cells = <2>; onkey { compatible = "dlg,da9063-onkey";