mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX53: tqma53: Readd barebox specifics
@ 2014-05-08 15:33 Michael Olbrich
  0 siblings, 0 replies; only message in thread
From: Michael Olbrich @ 2014-05-08 15:33 UTC (permalink / raw)
  To: barebox

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@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-08 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08 15:33 [PATCH] ARM: dts: i.MX53: tqma53: Readd barebox specifics Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox