Re: [PATCH] ARM: dts: at91: sama5d2: fix wrong interrupt-cells property

2022-12-21 Thread Eugen.Hristev
On 12/12/22 12:07, Claudiu Beznea - M18063 wrote: > On 12.12.2022 11:59, Eugen Hristev wrote: >> The PMC node is not an interrupt provider, so it must not have >> interrupt-cells. >> >> This fixes the warning (on newer DTC): >> arch/arm/dts/sama5d2.dtsi:82.22-602.6: Warning (interrupt_provider):

Re: [PATCH] ARM: dts: at91: sama5d2: fix wrong interrupt-cells property

2022-12-12 Thread Claudiu.Beznea
On 12.12.2022 11:59, Eugen Hristev wrote: > The PMC node is not an interrupt provider, so it must not have > interrupt-cells. > > This fixes the warning (on newer DTC): > arch/arm/dts/sama5d2.dtsi:82.22-602.6: Warning (interrupt_provider): > /ahb/apb/pmc@f0014000: '#interrupt-cells' found, but

[PATCH] ARM: dts: at91: sama5d2: fix wrong interrupt-cells property

2022-12-12 Thread Eugen Hristev
The PMC node is not an interrupt provider, so it must not have interrupt-cells. This fixes the warning (on newer DTC): arch/arm/dts/sama5d2.dtsi:82.22-602.6: Warning (interrupt_provider): /ahb/apb/pmc@f0014000: '#interrupt-cells' found, but node is not an interrupt provider Fixes: 2c4b2dd289