aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-31 06:35:32 -0400
committerTony Lindgren <tony@atomide.com>2016-08-31 10:40:25 -0400
commit9194cf4daa93652a5ebdf410e91708169c5bb04f (patch)
tree0c1a6dcf74cc4eb91fdfd41c15018b1f0cc1731d
parenta60b9f45cc08f7710b7731ac13bc431b87b1c328 (diff)
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>
-rw-r--r--arch/arm/boot/dts/am4372.dtsi2
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 @@
17 #address-cells = <1>; 17 #address-cells = <1>;
18 #size-cells = <1>; 18 #size-cells = <1>;
19 19
20 memory { 20 memory@0 {
21 device_type = "memory"; 21 device_type = "memory";
22 reg = <0 0>; 22 reg = <0 0>;
23 }; 23 };