mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
6578ced6e0
commit
5bcbceeb5d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user