diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-10 19:10:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-10 19:10:58 +0000 |
commit | ffc9de9ce4fc6991b1ba19ab6ee7925c3350ec77 (patch) | |
tree | 32a01f83898c0bef2fdd3581a1e26fc395dd6f59 | |
parent | 2d06dcbdb17bd320767cde3c9a4f5269dcd1c403 (diff) | |
download | master-187ad058-ffc9de9ce4fc6991b1ba19ab6ee7925c3350ec77.tar.gz master-187ad058-ffc9de9ce4fc6991b1ba19ab6ee7925c3350ec77.tar.bz2 master-187ad058-ffc9de9ce4fc6991b1ba19ab6ee7925c3350ec77.zip |
brcm63xx: fix BCM3368 interrupt controller addresses
Looks like the addresses for BCM3368 were wrongly defined when DT
support was introduced.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48980 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/dts/bcm3368.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/dts/bcm3368.dtsi b/target/linux/brcm63xx/dts/bcm3368.dtsi index 5be5c6a150..6828b345b3 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>; |