Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: bcm2837/bcm2712: adjust local intc node names

After converting the bcm2836-l1-intc DT binding to YAML, the DT schema
checks gave warnings like:

'local_intc@40000000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'

So fix them accordingly.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20240812200358.4061-4-wahrenst@gmx.net
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Stefan Wahren and committed by
Florian Fainelli
eb81f43c faa33812

+2 -2
+1 -1
arch/arm/boot/dts/broadcom/bcm2837.dtsi
··· 9 9 <0x40000000 0x40000000 0x00001000>; 10 10 dma-ranges = <0xc0000000 0x00000000 0x3f000000>; 11 11 12 - local_intc: local_intc@40000000 { 12 + local_intc: interrupt-controller@40000000 { 13 13 compatible = "brcm,bcm2836-l1-intc"; 14 14 reg = <0x40000000 0x100>; 15 15 interrupt-controller;
+1 -1
arch/arm64/boot/dts/broadcom/bcm2712.dtsi
··· 221 221 #mbox-cells = <0>; 222 222 }; 223 223 224 - local_intc: local-intc@7cd00000 { 224 + local_intc: interrupt-controller@7cd00000 { 225 225 compatible = "brcm,bcm2836-l1-intc"; 226 226 reg = <0x7cd00000 0x100>; 227 227 };