Skip to content

Commit eb81f43

Browse files
lategoodbyeffainelli
authored andcommitted
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>
1 parent faa3381 commit eb81f43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/broadcom/bcm2837.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<0x40000000 0x40000000 0x00001000>;
1010
dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
1111

12-
local_intc: local_intc@40000000 {
12+
local_intc: interrupt-controller@40000000 {
1313
compatible = "brcm,bcm2836-l1-intc";
1414
reg = <0x40000000 0x100>;
1515
interrupt-controller;

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
#mbox-cells = <0>;
222222
};
223223

224-
local_intc: local-intc@7cd00000 {
224+
local_intc: interrupt-controller@7cd00000 {
225225
compatible = "brcm,bcm2836-l1-intc";
226226
reg = <0x7cd00000 0x100>;
227227
};

0 commit comments

Comments
 (0)