[PATCH] ARM: dts: i.MX53: tqma53: Readd barebox specifics

Michael Olbrich m.olbrich at pengutronix.de
Thu May 8 08:33:59 PDT 2014


Some of the barebox specific changes that were added in commit
e0316b4dd7d6169f1f6e15d97d7f605e05dc265e got lost during the switch to use
upstream dtsi files in commit bb7cf71cff6369beb0b3010028541d5e7a69e4d2.

Especially the memory size is important since we have two different memory
sizes which have to be handled.

Signed-off-by: Michael Olbrich <m.olbrich at pengutronix.de>
---
 arch/arm/dts/imx53-tqma53.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/imx53-tqma53.dtsi b/arch/arm/dts/imx53-tqma53.dtsi
index 1deb0ce..6880f2c 100644
--- a/arch/arm/dts/imx53-tqma53.dtsi
+++ b/arch/arm/dts/imx53-tqma53.dtsi
@@ -21,6 +21,14 @@
 			status = "disabled";
 		};
 	};
+
+	memory {
+		reg = <0x70000000 0x0>; /* Up to 1GiB */
+	};
+};
+
+&esdhc3 { /* EMMC */
+	dsr = <0x100>;
 };
 
 &iim {
-- 
2.0.0.rc0




More information about the barebox mailing list