summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2016-01-25 12:06:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-26 08:05:27 +0100
commitba24403f24cfd8c461e9b087a81d2e16efed418f (patch)
tree73bf4d7f93c350b0626de3fbf43af4e49d63f659
parent62c9a8c000996a2c82078d0ea0fa8315c7b34e0b (diff)
downloadbarebox-ba24403f24cfd8c461e9b087a81d2e16efed418f.tar.gz
barebox-ba24403f24cfd8c461e9b087a81d2e16efed418f.tar.xz
arm: imx53-guf-vincell-lt: dts: do not specfiy fixed memory information
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@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx53-guf-vincell-lt.dts4
-rw-r--r--arch/arm/dts/imx53-guf-vincell.dts4
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/dts/imx53-guf-vincell-lt.dts b/arch/arm/dts/imx53-guf-vincell-lt.dts
index 0a9bcb0f69..a577ab262e 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 ffc157f0b2..2f0153e7b2 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>;