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

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
---
 target/linux/brcm63xx/dts/bcm3368.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/brcm63xx/dts/bcm3368.dtsi 
b/target/linux/brcm63xx/dts/bcm3368.dtsi
index 5be5c6a..6828b34 100644
--- a/target/linux/brcm63xx/dts/bcm3368.dtsi
+++ b/target/linux/brcm63xx/dts/bcm3368.dtsi
@@ -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>;
-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to