ARM: dts: omap5: Add missing unit name to memory nodes
[cascardo/linux.git] / arch / arm / boot / dts / omap5-cm-t54.dts
index a976560..c9390fa 100644 (file)
@@ -11,7 +11,7 @@
        model = "CompuLab CM-T54";
        compatible = "compulab,omap5-cm-t54", "ti,omap5";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x7F000000>; /* 2048 MB */
        };
@@ -72,7 +72,7 @@
 
        leds {
                compatible = "gpio-leds";
-               led@1 {
+               led1 {
                        label = "Heartbeat";
                        gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; /* gpio3_80 ACT_LED */
                        linux,default-trigger = "heartbeat";