diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:32 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 16:40:25 +0200 |
commit | 9194cf4daa93652a5ebdf410e91708169c5bb04f (patch) | |
tree | 0c1a6dcf74cc4eb91fdfd41c15018b1f0cc1731d /arch | |
parent | ARM: dts: am3517: Add missing unit name to memory nodes (diff) | |
download | linux-9194cf4daa93652a5ebdf410e91708169c5bb04f.tar.xz linux-9194cf4daa93652a5ebdf410e91708169c5bb04f.zip |
ARM: dts: am4372: 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')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index dda607d254ae..a275fa956813 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -17,7 +17,7 @@ #address-cells = <1>; #size-cells = <1>; - memory { + memory@0 { device_type = "memory"; reg = <0 0>; }; |