mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-16 11:44:52 +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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue