From db82cf8b592901290bf560e274f149e38e915264 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 15 Apr 2016 18:18:19 -0700 Subject: ARM: dts: apalis_imx6: specify 512MiB of memory Specify a safe value for the memory node. Apalis iMX6 Dual is the module with the least amount of memory of our Apalis module family, hence specify 512MiB. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- arch/arm/boot/dts/imx6qdl-apalis.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index b621e8b95214..ae873746e017 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -63,8 +63,11 @@ }; memory { - /* This node is rewritten by U-Boot with the actual memory size */ - reg = <0x10000000 0x80000000>; + /* + * Normally, this node is rewritten by U-Boot with the actual + * memory size. In case not, use a safe value of 512MiB. + */ + reg = <0x10000000 0x20000000>; }; #if 0 -- cgit v1.2.3