aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2013-06-19 08:51:09 -0400
committerInki Dae <daeinki@gmail.com>2013-06-28 08:13:57 -0400
commit0d1fc829791d6a4f00528d65b8c88b9b9bd0b862 (patch)
tree45d1699aeeddde63551942af899e640fcbe0faf1 /arch/arm/boot/dts
parentdef5e095719dbc808c856dd5c64749b867b3984a (diff)
ARM: dts: change compatible strings for EXYNOS5250 hdmi subsystem
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/cros5250-common.dtsi4
-rw-r--r--arch/arm/boot/dts/exynos5250-smdk5250.dts4
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi4
3 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi
index 3f0239ec1bc5..dc259e8b8a73 100644
--- a/arch/arm/boot/dts/cros5250-common.dtsi
+++ b/arch/arm/boot/dts/cros5250-common.dtsi
@@ -190,7 +190,7 @@
190 samsung,i2c-max-bus-freq = <66000>; 190 samsung,i2c-max-bus-freq = <66000>;
191 191
192 hdmiddc@50 { 192 hdmiddc@50 {
193 compatible = "samsung,exynos5-hdmiddc"; 193 compatible = "samsung,exynos4210-hdmiddc";
194 reg = <0x50>; 194 reg = <0x50>;
195 }; 195 };
196 }; 196 };
@@ -224,7 +224,7 @@
224 samsung,i2c-max-bus-freq = <378000>; 224 samsung,i2c-max-bus-freq = <378000>;
225 225
226 hdmiphy@38 { 226 hdmiphy@38 {
227 compatible = "samsung,exynos5-hdmiphy"; 227 compatible = "samsung,exynos4212-hdmiphy";
228 reg = <0x38>; 228 reg = <0x38>;
229 }; 229 };
230 }; 230 };
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index 3e0c792e2767..f320d7cb4174 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -72,7 +72,7 @@
72 samsung,i2c-max-bus-freq = <66000>; 72 samsung,i2c-max-bus-freq = <66000>;
73 73
74 hdmiddc@50 { 74 hdmiddc@50 {
75 compatible = "samsung,exynos5-hdmiddc"; 75 compatible = "samsung,exynos4210-hdmiddc";
76 reg = <0x50>; 76 reg = <0x50>;
77 }; 77 };
78 }; 78 };
@@ -102,7 +102,7 @@
102 samsung,i2c-max-bus-freq = <66000>; 102 samsung,i2c-max-bus-freq = <66000>;
103 103
104 hdmiphy@38 { 104 hdmiphy@38 {
105 compatible = "samsung,exynos5-hdmiphy"; 105 compatible = "samsung,exynos4212-hdmiphy";
106 reg = <0x38>; 106 reg = <0x38>;
107 }; 107 };
108 }; 108 };
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index fc9fb3d526e2..8b815c945949 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -601,7 +601,7 @@
601 }; 601 };
602 602
603 hdmi { 603 hdmi {
604 compatible = "samsung,exynos5-hdmi"; 604 compatible = "samsung,exynos4212-hdmi";
605 reg = <0x14530000 0x70000>; 605 reg = <0x14530000 0x70000>;
606 interrupts = <0 95 0>; 606 interrupts = <0 95 0>;
607 clocks = <&clock 333>, <&clock 136>, <&clock 137>, 607 clocks = <&clock 333>, <&clock 136>, <&clock 137>,
@@ -611,7 +611,7 @@
611 }; 611 };
612 612
613 mixer { 613 mixer {
614 compatible = "samsung,exynos5-mixer"; 614 compatible = "samsung,exynos5250-mixer";
615 reg = <0x14450000 0x10000>; 615 reg = <0x14450000 0x10000>;
616 interrupts = <0 94 0>; 616 interrupts = <0 94 0>;
617 }; 617 };