diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:31 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 07:40:25 -0700 |
commit | a60b9f45cc08f7710b7731ac13bc431b87b1c328 (patch) | |
tree | 6d2f20e37dca8112dcc292834b2bb3d5db0bd00c /arch/arm/boot/dts | |
parent | 278cb79cc113a56467b93244ac3812bc049eb20a (diff) | |
download | blackbird-obmc-linux-a60b9f45cc08f7710b7731ac13bc431b87b1c328.tar.gz blackbird-obmc-linux-a60b9f45cc08f7710b7731ac13bc431b87b1c328.zip |
ARM: dts: am3517: Add missing unit name to memory nodes
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am3517-craneboard.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/am3517-evm.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/am3517_mt_ventoux.dts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am3517-craneboard.dts b/arch/arm/boot/dts/am3517-craneboard.dts index f9d8f3948c4a..083ff5073435 100644 --- a/arch/arm/boot/dts/am3517-craneboard.dts +++ b/arch/arm/boot/dts/am3517-craneboard.dts @@ -15,7 +15,7 @@ model = "TI AM3517 CraneBoard (TMDSEVM3517)"; compatible = "ti,am3517-craneboard", "ti,am3517", "ti,omap3"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; diff --git a/arch/arm/boot/dts/am3517-evm.dts b/arch/arm/boot/dts/am3517-evm.dts index b4127c6493a2..0e4a125f78e3 100644 --- a/arch/arm/boot/dts/am3517-evm.dts +++ b/arch/arm/boot/dts/am3517-evm.dts @@ -13,7 +13,7 @@ model = "TI AM3517 EVM (AM3517/05 TMDSEVM3517)"; compatible = "ti,am3517-evm", "ti,am3517", "ti,omap3"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; diff --git a/arch/arm/boot/dts/am3517_mt_ventoux.dts b/arch/arm/boot/dts/am3517_mt_ventoux.dts index fdf5ce63c8e6..3395783c5b4e 100644 --- a/arch/arm/boot/dts/am3517_mt_ventoux.dts +++ b/arch/arm/boot/dts/am3517_mt_ventoux.dts @@ -13,7 +13,7 @@ model = "TeeJet Mt.Ventoux"; compatible = "teejet,mt_ventoux", "ti,omap3"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; |