diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-02-17 18:41:43 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-24 11:28:29 +0300 |
commit | 5bcbceeb5de08e4bd562e0a593f5bb37f9b5d884 (patch) | |
tree | 0d7b419c4c2549a11b1973e1cc75a9e1cf3da49b /arch/arm/boot/dts/imx28-tx28.dts | |
parent | 6578ced6e0cb49b9ce0aea3a92dbbdc2e28d11c1 (diff) | |
download | linux-5bcbceeb5de08e4bd562e0a593f5bb37f9b5d884.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28-tx28.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-tx28.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts index 8a4f5bc19a57..687186358c18 100644 --- a/arch/arm/boot/dts/imx28-tx28.dts +++ b/arch/arm/boot/dts/imx28-tx28.dts @@ -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 { |