summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos4412-trats2.dts
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2014-12-19 14:49:32 +0900
committerHyungwon Hwang <human.hwang@samsung.com>2014-12-23 11:09:49 +0900
commit114b638358d488a198605bf717407a9013f17c58 (patch)
treec4b188c22975124f26b6117750a0b05d8ebdb459 /arch/arm/boot/dts/exynos4412-trats2.dts
parenta10627726453b32ba49ccc0ccaa335b1a308e9ed (diff)
downloadlinux-3.10-114b638358d488a198605bf717407a9013f17c58.tar.gz
linux-3.10-114b638358d488a198605bf717407a9013f17c58.tar.bz2
linux-3.10-114b638358d488a198605bf717407a9013f17c58.zip
ARM: dts: exynos4: fix wrong compatible string for hdmisandbox/hwhwang7/tizen
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-trats2.dts')
-rw-r--r--arch/arm/boot/dts/exynos4412-trats2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index fa251f1b695..8a754148af4 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -1507,7 +1507,7 @@
i2c@138B0000 {
hdmiddc@37 {
- compatible = "samsung,exynos5-hdmiddc";
+ compatible = "samsung,exynos4210-hdmiddc";
reg = <0x37>;
};
};