[PATCH] arm: imx53-guf-vincell-lt: dts: do not specfiy fixed memory information

Enrico Jorns ejo at pengutronix.de
Mon Jan 25 03:06:07 PST 2016


Setting a fixed memory size prevents from using the different board
variants with different memories equipped.

barebox is able to read RAM size informations from the imx53 RAM
controller and thus does not require this information passed via dts.

Signed-off-by: Enrico Jorns <ejo at pengutronix.de>
---
 arch/arm/dts/imx53-guf-vincell-lt.dts | 4 ----
 arch/arm/dts/imx53-guf-vincell.dts    | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/arch/arm/dts/imx53-guf-vincell-lt.dts b/arch/arm/dts/imx53-guf-vincell-lt.dts
index cbb9aab..95eac67 100644
--- a/arch/arm/dts/imx53-guf-vincell-lt.dts
+++ b/arch/arm/dts/imx53-guf-vincell-lt.dts
@@ -30,10 +30,6 @@
 		};
 	};
 
-	memory {
-		reg = <0x70000000 0x20000000>;
-	};
-
 	clocks {
 		ckih1 {
 			clock-frequency = <0>;
diff --git a/arch/arm/dts/imx53-guf-vincell.dts b/arch/arm/dts/imx53-guf-vincell.dts
index ffc157f..2f0153e 100644
--- a/arch/arm/dts/imx53-guf-vincell.dts
+++ b/arch/arm/dts/imx53-guf-vincell.dts
@@ -25,10 +25,6 @@
 		linux,stdout-path = &uart2;
 	};
 
-	memory {
-		reg = <0x70000000 0x20000000>;
-	};
-
 	clocks {
 		ckih1 {
 			clock-frequency = <0>;
-- 
2.7.0.rc3




More information about the barebox mailing list