brcm63xx: fix BCM3368 interrupt controller addresses
authorJohn Crispin <john@openwrt.org>
Thu, 10 Mar 2016 19:10:58 +0000 (19:10 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 10 Mar 2016 19:10:58 +0000 (19:10 +0000)
Looks like the addresses for BCM3368 were wrongly defined when DT
support was introduced.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 48980

target/linux/brcm63xx/dts/bcm3368.dtsi

index 5be5c6a150e1c0b9f67f669c70958a0468871640..6828b345b3ac6fa1b79faece77359e827c52feda 100644 (file)
@@ -54,7 +54,7 @@
 
                periph_intc: interrupt-controller@fff8c00c {
                        compatible = "brcm,bcm6345-periph-intc";
-                       reg = <0xfffe000c 0x8>;
+                       reg = <0xfff8c00c 0x8>;
 
                        interrupt-controller;
                        #interrupt-cells = <1>;
@@ -65,7 +65,7 @@
 
                ext_intc0: interrupt-controller@fff8c014 {
                        compatible = "brcm,bcm6345-ext-intc";
-                       reg = <0xfffe0014 0x4>;
+                       reg = <0xfff8c014 0x4>;
 
                        interrupt-controller;
                        #interrupt-cells = <2>;