summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-05-11 11:01:26 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-12 13:20:03 +0200
commit4153e477674a4089efaeb32624ebf9307a339762 (patch)
tree1316ba0cbe4a2179a6268155c602b406b3599379 /arch/mips
parent1f5541c8818d3ecd243f9bbf58db9ea5f55a3195 (diff)
mips: bmips: bcm6358: fix brcm, bcm6358-mc size
Shrink brcm,bcm6358-mc size to avoid overlapping with other controllers Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/brcm,bcm6358.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi
index df75988c82..0dad998501 100644
--- a/arch/mips/dts/brcm,bcm6358.dtsi
+++ b/arch/mips/dts/brcm,bcm6358.dtsi
@@ -133,7 +133,7 @@
memory-controller@fffe1200 {
compatible = "brcm,bcm6358-mc";
- reg = <0xfffe1200 0x1000>;
+ reg = <0xfffe1200 0x4c>;
u-boot,dm-pre-reloc;
};
};