ARM: dts: exynos: Add missing unit name to memory nodes in Exynos5 DTS
[cascardo/linux.git] / arch / arm / boot / dts / exynos5420-peach-pit.dts
index fe4e091..bc76dfd 100644 (file)
@@ -79,7 +79,8 @@
                };
        };
 
-       memory {
+       memory@20000000 {
+               device_type = "memory";
                reg = <0x20000000 0x80000000>;
        };
 
 
 &hdmi {
        status = "okay";
-       hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
+       hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
        pinctrl-names = "default";
        pinctrl-0 = <&hdmi_hpd_irq>;
        ddc = <&i2c_2>;