Author: blogic
Date: 2016-03-10 20:10:58 +0100 (Thu, 10 Mar 2016)
New Revision: 48980

Modified:
   trunk/target/linux/brcm63xx/dts/bcm3368.dtsi
Log:
brcm63xx: fix BCM3368 interrupt controller addresses

Looks like the addresses for BCM3368 were wrongly defined when DT
support was introduced.

Signed-off-by: Alvaro Fernandez Rojas <[email protected]>

Modified: trunk/target/linux/brcm63xx/dts/bcm3368.dtsi
===================================================================
--- trunk/target/linux/brcm63xx/dts/bcm3368.dtsi        2016-03-10 19:10:54 UTC 
(rev 48979)
+++ trunk/target/linux/brcm63xx/dts/bcm3368.dtsi        2016-03-10 19:10:58 UTC 
(rev 48980)
@@ -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>;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to