ARM: dts: omap2: Add missing unit name to memory nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:26 +0000 (12:35 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Aug 2016 14:40:22 +0000 (07:40 -0700)
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>
arch/arm/boot/dts/omap2420-h4.dts
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
arch/arm/boot/dts/omap2430-sdp.dts

index 34cdecb4fddabae4dfc8bb3d2be3671309ac1de0..9265c0b9c3f32592644a2e861691c67913207c8e 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI OMAP2420 H4 board";
        compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x4000000>; /* 64 MB */
        };
index db95aadcca70193f0cb95f11753911cefcc37a4d..7e5ffc583c90ab565d05b0d3850ae82bdbe16074 100644 (file)
@@ -1,7 +1,7 @@
 #include "omap2420.dtsi"
 
 / {
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>; /* 128 MB */
        };
index 6b36ede58488fa4a57a2068b6d386e9f7d2ad0f3..4f7d9d7c00c749dd9466326a816c51b926d6d5f1 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI OMAP2430 SDP";
        compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>; /* 128 MB */
        };
This page took 0.037248 seconds and 5 git commands to generate.