]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6dl-mamoj: Add a memory node
authorFabio Estevam <festevam@gmail.com>
Wed, 5 Dec 2018 18:10:02 +0000 (16:10 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:03:07 +0000 (10:03 +0800)
Add a memory node, with an empty memory size, which will be filled
by the bootloader.

This is done in preparation for removing the memory node from
imx6qdl.dtsi.

Reported-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-mamoj.dts

index df8607fe414238cb0b1ca5562cba3e686d64fe51..385ce7b0029efe4cfb9adffd7c020870eff61c05 100644 (file)
@@ -13,6 +13,12 @@ / {
        model = "BTicino i.MX6DL Mamoj board";
        compatible = "bticino,imx6dl-mamoj", "fsl,imx6dl";
 
+       /* Will be filled by the bootloader */
+       memory@10000000 {
+               device_type = "memory";
+               reg = <0x10000000 0>;
+       };
+
        backlight_lcd: backlight-lcd {
                compatible = "pwm-backlight";
                pwms = <&pwm3 0 25000>; /* 25000ns -> 40kHz */