[U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size

Álvaro Fernández Rojas noltari at gmail.com
Thu May 11 09:01:26 UTC 2017


Shrink brcm,bcm6358-mc size to avoid overlapping with other controllers

Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 arch/mips/dts/brcm,bcm6358.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi
index df75988..0dad998 100644
--- a/arch/mips/dts/brcm,bcm6358.dtsi
+++ b/arch/mips/dts/brcm,bcm6358.dtsi
@@ -133,7 +133,7 @@
 
 		memory-controller at fffe1200 {
 			compatible = "brcm,bcm6358-mc";
-			reg = <0xfffe1200 0x1000>;
+			reg = <0xfffe1200 0x4c>;
 			u-boot,dm-pre-reloc;
 		};
 	};
-- 
2.1.4



More information about the U-Boot mailing list