ARM: dts: imx28-tx28: Pass the memory unit name
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 17 Feb 2018 15:41:43 +0000 (13:41 -0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Feb 2018 08:28:29 +0000 (16:28 +0800)
Pass the memory unit name in order to fix the following
dtc warning with W=1:

arch/arm/boot/dts/imx28-tx28.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx28-tx28.dts

index 8a4f5bc19a57c2274fdc38261d2bbd2658bef6ea..687186358c18f88707eb75a7504e9acc9b486550 100644 (file)
@@ -65,8 +65,8 @@
                usbotg = &usb0;
        };
 
-       memory {
-               reg = <0 0>; /* will be filled in by U-Boot */
+       memory@40000000 {
+               reg = <0x40000000 0>; /* will be filled in by U-Boot */
        };
 
        onewire {