ARM: dts: imx7: Fix memory node duplication
authorFabio Estevam <festevam@gmail.com>
Tue, 6 Nov 2018 15:40:47 +0000 (13:40 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:19 +0000 (10:02 +0800)
Boards based on imx7 have duplicate memory nodes:

- One coming from the board dts file: memory@

- One coming from the imx7s.dtsi file.

Fix the duplication by removing the memory node from the dtsi file
and by adding 'device_type = "memory";' in the board dts.

Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-cl-som-imx7.dts
arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
arch/arm/boot/dts/imx7d-colibri.dtsi
arch/arm/boot/dts/imx7d-nitrogen7.dts
arch/arm/boot/dts/imx7d-pico.dtsi
arch/arm/boot/dts/imx7d-sdb.dts
arch/arm/boot/dts/imx7s-colibri.dtsi
arch/arm/boot/dts/imx7s-warp.dts
arch/arm/boot/dts/imx7s.dtsi

index 8bf365d28cacfd3731648922e705b011cb81b7b1..e61567437d73c48c3f5f15e4d4771e35a4010085 100644 (file)
@@ -19,6 +19,7 @@
        compatible = "compulab,cl-som-imx7", "fsl,imx7d";
 
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB - minimal configuration */
        };
 
                        MX7D_PAD_LPSR_GPIO1_IO05__GPIO1_IO5     0x14 /* OTG PWREN */
                >;
        };
-};
\ No newline at end of file
+};
index 04d24ee17b142f498fe781070f729cf8ad44490c..898f4b8d7421fbe50f6c58c00cdfd644c25a2f12 100644 (file)
@@ -8,6 +8,7 @@
 
 / {
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x40000000>;
        };
 };
index d9f8fb69511b6bd98e6aba5c047b833c1d276e77..e2e327f437e3569058378c8279d5be4faa22b587 100644 (file)
@@ -45,6 +45,7 @@
 
 / {
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x20000000>;
        };
 };
index d8aac4a2d02a2489d1843e2d22f2f4cb317eb481..4fb7e84610c7ca1014f10f0aa7a9716a285e3579 100644 (file)
@@ -12,6 +12,7 @@
        compatible = "boundary,imx7d-nitrogen7", "fsl,imx7d";
 
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x40000000>;
        };
 
index 21973eb55671920148e25e6a6b0e1c469093bc8e..4846df0783c138e3d35294558ac71308b69c2a5d 100644 (file)
@@ -49,6 +49,7 @@
        compatible = "technexion,imx7d-pico", "fsl,imx7d";
 
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x80000000>;
        };
 
index f1bafdaa7e1a53e9166c98587eaefa74671cf1c5..b1b613bb817d6f4aba62c7ebc41329d1524f87f8 100644 (file)
@@ -15,6 +15,7 @@
        };
 
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x80000000>;
        };
 
index fe8344cee8641debe183a206e8db0afb78fa8a20..1fb1ec5d3d70717f08026f47e42d9bfee0c81ca8 100644 (file)
@@ -45,6 +45,7 @@
 
 / {
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x10000000>;
        };
 };
index f7ba2c0a24adcc03e5bbc50d40da6158e5564aaf..23431faecaf4aeca263b0fb55bd82b66cf81fe80 100644 (file)
@@ -14,6 +14,7 @@
        compatible = "warp,imx7s-warp", "fsl,imx7s";
 
        memory@80000000 {
+               device_type = "memory";
                reg = <0x80000000 0x20000000>;
        };
 
index aa8df7d93b2e26d3fcd81c1c3bf13d41b52ff07f..477901c2061ce82673769265f62f4147e50cdeb3 100644 (file)
         * The decompressor and also some bootloaders rely on a
         * pre-existing /chosen node to be available to insert the
         * command line and merge other ATAGS info.
-        * Also for U-Boot there must be a pre-existing /memory node.
         */
        chosen {};
-       memory { device_type = "memory"; };
 
        aliases {
                gpio0 = &gpio1;