ARM: dts: at91: sama5d2: fix wrong interrupt-cells property
authorEugen Hristev <eugen.hristev@microchip.com>
Mon, 12 Dec 2022 09:59:16 +0000 (11:59 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 20 Dec 2022 09:59:07 +0000 (11:59 +0200)
commit8374617637c5c26438ebea6a399aba69ba00054a
tree0c2462140d061b21fb4227454e5721359f0d576b
parenta60c5a986eedd5920cd2c2ba79ecece85dbb87b5
ARM: dts: at91: sama5d2: fix wrong interrupt-cells property

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 ("ARM: at91/dt: Add device tree for SAMA5D2 Xplained")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
arch/arm/dts/sama5d2.dtsi