diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-04-15 18:18:19 -0700 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-24 11:04:13 +0200 |
commit | db82cf8b592901290bf560e274f149e38e915264 (patch) | |
tree | 04ea9eea22fec22cd336541d9efd92985fba0d7e | |
parent | 9ace52b11aca9bbb657a35612c72c83c85b7e92c (diff) |
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 <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-apalis.dtsi | 7 |
1 files 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 |