summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Stanislawski <t.stanislaws@samsung.com>2013-10-17 13:56:04 +0200
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:43:48 +0900
commit826860e5a0bbf84545013a25f631c1c9b22b9665 (patch)
tree452ff68650c140df6fd22a1550828aec4bf4dee2
parent6ebbe65159b86dec1bd27d3f397f74d84e1588a0 (diff)
downloadlinux-3.10-826860e5a0bbf84545013a25f631c1c9b22b9665.tar.gz
linux-3.10-826860e5a0bbf84545013a25f631c1c9b22b9665.tar.bz2
linux-3.10-826860e5a0bbf84545013a25f631c1c9b22b9665.zip
arm: dts: exynos4: add i2c controller for HDMIPHY
This patch adds DT nodes for I2C controller dedicated for HDMIPHY. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Change-Id: Ia45c9fc0594b534036175deaee5562ca66dcbcc0
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 47605f11ef0..b3798cecb19 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -36,6 +36,7 @@
i2c5 = &i2c_5;
i2c6 = &i2c_6;
i2c7 = &i2c_7;
+ i2c8 = &i2c_8;
csis0 = &csis_0;
csis1 = &csis_1;
fimc0 = &fimc_0;
@@ -440,6 +441,21 @@
status = "disabled";
};
+ i2c_8: i2c@138E0000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "samsung,s3c2440-hdmiphy-i2c";
+ reg = <0x138E0000 0x100>;
+ interrupts = <0 93 0>;
+ clocks = <&clock 325>;
+ clock-names = "i2c";
+
+ hdmiphy@38 {
+ compatible = "samsung,exynos5-hdmiphy";
+ reg = <0x38>;
+ };
+ };
+
spi_0: spi@13920000 {
compatible = "samsung,exynos4210-spi";
reg = <0x13920000 0x100>;