summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-03-10 19:10:58 +0000
committerJohn Crispin <john@openwrt.org>2016-03-10 19:10:58 +0000
commit69b28c5382a968d14670378a8f233883e8650732 (patch)
tree2ef36a927f71dfa816974d2179f36827301d6f78 /target/linux/brcm63xx
parent01ca7a34f08856331f426c0e34d06d738e150b17 (diff)
downloadmaster-31e0f0ae-69b28c5382a968d14670378a8f233883e8650732.tar.gz
master-31e0f0ae-69b28c5382a968d14670378a8f233883e8650732.tar.bz2
master-31e0f0ae-69b28c5382a968d14670378a8f233883e8650732.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> SVN-Revision: 48980
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/dts/bcm3368.dtsi4
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>;