summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-05-11 09:01:28 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-12 11:20:03 (GMT)
commit0c9152d32003623ab3d0015d0a7b9e761cd89e27 (patch)
tree09d1aebd86f26c6e318a02f81bc2e547b3619cab /arch/mips
parent44d8514f54a3ce2e533a66692a180547343dfc16 (diff)
downloadu-boot-fsl-qoriq-0c9152d32003623ab3d0015d0a7b9e761cd89e27.tar.xz
mips: bmips: bcm63268: fix brcm, bcm6328-mc size
Shrink brcm,bcm6328-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,bcm63268.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi
index 3d0f8e0..b03763f 100644
--- a/arch/mips/dts/brcm,bcm63268.dtsi
+++ b/arch/mips/dts/brcm,bcm63268.dtsi
@@ -136,7 +136,7 @@
memory-controller@10003000 {
compatible = "brcm,bcm6328-mc";
- reg = <0x10003000 0x1000>;
+ reg = <0x10003000 0x894>;
u-boot,dm-pre-reloc;
};
};