ARM: dts: imx5: Pass the memory unit-address
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 28 Feb 2018 02:13:35 +0000 (23:13 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 1 Mar 2018 00:42:40 +0000 (08:42 +0800)
Pass the memory unit-address to fix the following build warnings with W=1:

arch/arm/boot/dts/imx51-zii-rdu1.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
arch/arm/boot/dts/imx53-tx53-x03x.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
arch/arm/boot/dts/imx53-tx53-x13x.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

In theses cases an empty memory node is passed, which will be filled
by the bootloader. Passing the memory base address still allows the
bootloader to fill the memory size.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-zii-rdu1.dts
arch/arm/boot/dts/imx53-tx53.dtsi

index aa36204f917f8ad6ee5216a6ba4d22e8d40553f6..14f4d57ffd31bd9fe8d8e3f19ba65b87973b3866 100644 (file)
@@ -52,8 +52,8 @@
        };
 
        /* Will be filled by the bootloader */
-       memory {
-               reg = <0 0>;
+       memory@90000000 {
+               reg = <0x90000000 0>;
        };
 
        aliases {
index e77dd0a4e1b9799dbd3fe0041407b5d0f6083fac..69a2af7d6c115b1596ac1690d0397e9a6fe09509 100644 (file)
@@ -50,8 +50,8 @@
        compatible = "karo,tx53", "fsl,imx53";
 
        /* Will be filled by the bootloader */
-       memory {
-               reg = <0 0>;
+       memory@70000000 {
+               reg = <0x70000000 0>;
        };
 
        aliases {