diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2014-05-08 17:33:59 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-09 08:44:09 +0200 |
commit | adbdf751ed0519e7b72807027937c1a86afb7bc4 (patch) | |
tree | c1d5a445e57b07cc94f353753259bd43ab63bc70 | |
parent | 7b0260afdfe99a500271a0861a26fca6eb4afe1d (diff) | |
download | barebox-adbdf751ed0519e7b72807027937c1a86afb7bc4.tar.gz |
ARM: dts: i.MX53: tqma53: Readd barebox specifics
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>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | arch/arm/dts/imx53-tqma53.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-tqma53.dtsi b/arch/arm/dts/imx53-tqma53.dtsi index 1deb0cebae..6880f2c27f 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 { |