ARM: dts: exynos4: fix wrong compatible string for hdmi 68/32568/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 19 Dec 2014 05:49:32 +0000 (14:49 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 23 Dec 2014 11:06:13 +0000 (03:06 -0800)
The compatible string with exynos5 causes to get wrong configuration
data with recently updated hdmi driver. So this patch fixes to bind
hdmi with exynos4 family compatible strings.

Change-Id: I0c6cae24ad49197de47ce3ca047bd62bf190f8a4
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/boot/dts/exynos4.dtsi
arch/arm/boot/dts/exynos4210-universal_c210.dts
arch/arm/boot/dts/exynos4412-odroid-common.dtsi
arch/arm/boot/dts/exynos4412-slp_pq.dts
arch/arm/boot/dts/exynos4412-trats2.dts
arch/arm/boot/dts/exynos4412.dtsi

index e437018..1bc39b3 100644 (file)
                clock-names = "i2c";
 
                hdmiphy@38 {
-                       compatible = "samsung,exynos5-hdmiphy";
+                       compatible = "samsung,exynos4212-hdmiphy";
                        reg = <0x38>;
                };
        };
index be9486f..de26e2c 100644 (file)
                status = "okay";
 
                hdmiddc@72 {
-                       compatible = "samsung,exynos5-hdmiddc";
+                       compatible = "samsung,exynos4210-hdmiddc";
                        reg = <0x72>;
                };
        };
index 74844ce..814abff 100644 (file)
                pinctrl-0 = <&i2c2_bus>;
                status = "okay";
                hdmiddc@37 {
-                       compatible = "samsung,exynos5-hdmiddc";
+                       compatible = "samsung,exynos4210-hdmiddc";
                        reg = <0x37>;
                };
        };
index d81ab45..427acc9 100644 (file)
 
        i2c@138B0000 {
                hdmiddc@37 {
-                       compatible = "samsung,exynos5-hdmiddc";
+                       compatible = "samsung,exynos4210-hdmiddc";
                        reg = <0x37>;
                };
        };
index fa251f1..8a75414 100644 (file)
 
        i2c@138B0000 {
                hdmiddc@37 {
-                       compatible = "samsung,exynos5-hdmiddc";
+                       compatible = "samsung,exynos4210-hdmiddc";
                        reg = <0x37>;
                };
        };
index d172639..66df6af 100644 (file)
@@ -76,7 +76,7 @@
        hdmi: hdmi@12D00000 {
                phys = <&exynos_phy 0>;
                phy-names = "hdmiphy";
-               compatible = "samsung,exynos5-hdmi";
+               compatible = "samsung,exynos4212-hdmi";
        };
 
        mixer: mixer@12C10000 {