diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:33 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 16:40:26 +0200 |
commit | 0b086802cbed1fa06916d68c3d89f8be3fd6c2ac (patch) | |
tree | b7514eb3980d9071cf42c29ac32a8f7ab9813a83 /arch/arm/boot/dts/am57xx-cl-som-am57x.dts | |
parent | ARM: dts: am4372: Add missing unit name to memory nodes (diff) | |
download | linux-0b086802cbed1fa06916d68c3d89f8be3fd6c2ac.tar.xz linux-0b086802cbed1fa06916d68c3d89f8be3fd6c2ac.zip |
ARM: dts: am572x: 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/am57xx-cl-som-am57x.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index 832d766cd31e..203266f88480 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -19,7 +19,7 @@ model = "CompuLab CL-SOM-AM57x"; compatible = "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"; - memory { + memory@0 { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x20000000>; /* 512 MB - minimal configuration */ }; |