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>
This commit is contained in:
Stefan Wahren 2024-08-12 22:03:57 +02:00 committed by Florian Fainelli
parent faa3381267
commit eb81f43c90
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<0x40000000 0x40000000 0x00001000>; <0x40000000 0x40000000 0x00001000>;
dma-ranges = <0xc0000000 0x00000000 0x3f000000>; dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
local_intc: local_intc@40000000 { local_intc: interrupt-controller@40000000 {
compatible = "brcm,bcm2836-l1-intc"; compatible = "brcm,bcm2836-l1-intc";
reg = <0x40000000 0x100>; reg = <0x40000000 0x100>;
interrupt-controller; interrupt-controller;

View File

@ -221,7 +221,7 @@
#mbox-cells = <0>; #mbox-cells = <0>;
}; };
local_intc: local-intc@7cd00000 { local_intc: interrupt-controller@7cd00000 {
compatible = "brcm,bcm2836-l1-intc"; compatible = "brcm,bcm2836-l1-intc";
reg = <0x7cd00000 0x100>; reg = <0x7cd00000 0x100>;
}; };