ARM: dts: change compatible strings for EXYNOS5250 hdmi subsystem
authorRahul Sharma <rahul.sharma@samsung.com>
Wed, 19 Jun 2013 12:51:09 +0000 (18:21 +0530)
committerInki Dae <daeinki@gmail.com>
Fri, 28 Jun 2013 12:13:57 +0000 (21:13 +0900)
This patch renames the combatible strings for hdmi, mixer, ddc
and hdmiphy. It follows the convention of using compatible string
which represent the SoC in which the IP was added for the first
time.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
arch/arm/boot/dts/cros5250-common.dtsi
arch/arm/boot/dts/exynos5250-smdk5250.dts
arch/arm/boot/dts/exynos5250.dtsi

index 3f0239ec1bc5907c4cd2ccfc555e01fe91ff9582..dc259e8b8a73a8630dc9698295e662f0ab66e43d 100644 (file)
                samsung,i2c-max-bus-freq = <66000>;
 
                hdmiddc@50 {
-                       compatible = "samsung,exynos5-hdmiddc";
+                       compatible = "samsung,exynos4210-hdmiddc";
                        reg = <0x50>;
                };
        };
                samsung,i2c-max-bus-freq = <378000>;
 
                hdmiphy@38 {
-                       compatible = "samsung,exynos5-hdmiphy";
+                       compatible = "samsung,exynos4212-hdmiphy";
                        reg = <0x38>;
                };
        };
index 3e0c792e2767e8e8e8ad1151963dd16c90135782..f320d7cb4174e6ed37b17ec6501cb8d047142dec 100644 (file)
@@ -72,7 +72,7 @@
                samsung,i2c-max-bus-freq = <66000>;
 
                hdmiddc@50 {
-                       compatible = "samsung,exynos5-hdmiddc";
+                       compatible = "samsung,exynos4210-hdmiddc";
                        reg = <0x50>;
                };
        };
                samsung,i2c-max-bus-freq = <66000>;
 
                hdmiphy@38 {
-                       compatible = "samsung,exynos5-hdmiphy";
+                       compatible = "samsung,exynos4212-hdmiphy";
                        reg = <0x38>;
                };
        };
index fc9fb3d526e25aff898f4e226284e7204413d2ac..8b815c945949a6d01ed347a00c1783f8eb24655f 100644 (file)
        };
 
        hdmi {
-               compatible = "samsung,exynos5-hdmi";
+               compatible = "samsung,exynos4212-hdmi";
                reg = <0x14530000 0x70000>;
                interrupts = <0 95 0>;
                clocks = <&clock 333>, <&clock 136>, <&clock 137>,
        };
 
        mixer {
-               compatible = "samsung,exynos5-mixer";
+               compatible = "samsung,exynos5250-mixer";
                reg = <0x14450000 0x10000>;
                interrupts = <0 94 0>;
        };