]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfc1b3761929f6353e46b83e5d86b1d2f29dd9519
tree0c2462140d061b21fb4227454e5721359f0d576b
parent36102800476de82b5a86b9d453376291e991a5c3
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