summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-08-20 11:04:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-22 09:07:20 +0200
commit14ac2e4c42fedd945e1378cd1feefeb9e2cc1a0e (patch)
tree4db010216a5a6fe25f4df9622fbea582e3122509
parent2cf467ec07cac78e60742e24553e89f80c401399 (diff)
downloadbarebox-14ac2e4c42fedd945e1378cd1feefeb9e2cc1a0e.tar.gz
barebox-14ac2e4c42fedd945e1378cd1feefeb9e2cc1a0e.tar.xz
ARM: dts: imx53 qsb: remove wrong memory bank
The i.MX53 qsb has 1GiB of memory, but it's divided into two non contigous banks. Remove the wrong memory node since it's overwritten with the correct values during runtime anyway. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx53-qsb.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/imx53-qsb.dts b/arch/arm/dts/imx53-qsb.dts
index 3be4ff23e0..f988ca96d4 100644
--- a/arch/arm/dts/imx53-qsb.dts
+++ b/arch/arm/dts/imx53-qsb.dts
@@ -26,10 +26,6 @@
};
};
- memory {
- reg = <0x70000000 0x40000000>;
- };
-
display@di0 {
compatible = "fsl,imx-parallel-display";
crtcs = <&ipu 0>;