diff options
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2013-10-17 13:56:04 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:00 +0900 |
commit | 002457b1a3e831fc8419cab55cb4b570c5ad5140 (patch) | |
tree | ead3410d0ea2aa65cef61e91cfb5c6d11ae25b05 /arch | |
parent | c64acb223b047da447c2a23b1e8a6e36132cfdbd (diff) | |
download | linux-3.10-002457b1a3e831fc8419cab55cb4b570c5ad5140.tar.gz linux-3.10-002457b1a3e831fc8419cab55cb4b570c5ad5140.tar.bz2 linux-3.10-002457b1a3e831fc8419cab55cb4b570c5ad5140.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
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 16 |
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>; |