提交 5bcbceeb 编写于 作者: F Fabio Estevam 提交者: 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: NFabio Estevam <fabio.estevam@nxp.com>
Acked-by: NLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 6578ced6
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
usbotg = &usb0; usbotg = &usb0;
}; };
memory { memory@40000000 {
reg = <0 0>; /* will be filled in by U-Boot */ reg = <0x40000000 0>; /* will be filled in by U-Boot */
}; };
onewire { onewire {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册