Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6dl-mamoj: Add a memory node

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>

authored by

Fabio Estevam and committed by
Shawn Guo
69bf2fec 998a84c2

+6
+6
arch/arm/boot/dts/imx6dl-mamoj.dts
··· 13 13 model = "BTicino i.MX6DL Mamoj board"; 14 14 compatible = "bticino,imx6dl-mamoj", "fsl,imx6dl"; 15 15 16 + /* Will be filled by the bootloader */ 17 + memory@10000000 { 18 + device_type = "memory"; 19 + reg = <0x10000000 0>; 20 + }; 21 + 16 22 backlight_lcd: backlight-lcd { 17 23 compatible = "pwm-backlight"; 18 24 pwms = <&pwm3 0 25000>; /* 25000ns -> 40kHz */