ARM: dts: exynos: Add missing unit name to memory nodes in Exynos5 DTS
[cascardo/linux.git] / arch / arm / boot / dts / exynos5250-smdk5250.dts
index 381af13..124e7bf 100644 (file)
@@ -22,7 +22,8 @@
        aliases {
        };
 
-       memory {
+       memory@40000000 {
+               device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
 
 };
 
 &hdmi {
-       hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
+       hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
 };
 
 &i2c_0 {