mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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:
parent
faa3381267
commit
eb81f43c90
@ -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;
|
||||||
|
@ -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>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user