ARM: dts: imx6q-dhcom: Set minimum memory size of all DHCOM i.MX6 variants
authorChristoph Niedermaier <cniedermaier@dh-electronics.com>
Wed, 14 Jul 2021 21:07:08 +0000 (23:07 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 23 Jul 2021 06:47:29 +0000 (14:47 +0800)
The minimum available memory size of all DHCOM i.MX6 variants is 512 MB.
Set this value for the memory node. If U-Boot fails to fill the memory
size, at least all DHCOM i.MX6 variants should run without problems.

Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: kernel@dh-electronics.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-dhcom-som.dtsi

index c5c060c..688f04e 100644 (file)
@@ -30,7 +30,7 @@
 
        memory@10000000 {
                device_type = "memory";
-               reg = <0x10000000 0x40000000>;
+               reg = <0x10000000 0x20000000>;
        };
 
        reg_eth_vio: regulator-eth-vio {