Commit 5bcbceeb authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx28-tx28: Pass the memory unit name

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Acked-by: default avatarLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6578ced6
......@@ -65,8 +65,8 @@ aliases {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment