]> www.infradead.org Git - nvme.git/commitdiff
ARM: dts: imx6ul-ccimx6ulsom: Add memory node to board dts
authorFabio Estevam <festevam@gmail.com>
Tue, 20 Nov 2018 15:59:42 +0000 (13:59 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:25 +0000 (10:02 +0800)
Add memory node to board dts.

This is done in preparation of removing the memory node from imx6ul.dtsi.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi

index c41ecee68ad9248d64a7bb6ee7f83c13fd58b433..b5781c3656d1a7c334cf8c55a56aa94355e2fe96 100644 (file)
@@ -7,6 +7,11 @@
  */
 
 / {
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x80000000 0>; /* will be filled by U-Boot */
+       };
+
        reserved-memory {
                #address-cells = <1>;
                #size-cells = <1>;