diff options
author | Maxime COQUELIN <maxime.coquelin@st.com> | 2013-11-06 03:25:15 -0500 |
---|---|---|
committer | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-12-04 04:00:31 -0500 |
commit | c6fddbd47f04ba40122000bb3cc6f7eff71f2b6a (patch) | |
tree | 913af574d3a027c87455563fcd8473ca5cbdfe61 /arch/arm/boot/dts/stih41x-b2000.dtsi | |
parent | 5bbb75273f3f26392d82acdfc2cde8c34f51033b (diff) |
ARM: STi: Add I2C config to B2000 and B2020 boards
This patch supplies I2C configuration to B2000 and B2020
based on either STiH415 or STiH416 SoCs.
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih41x-b2000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih41x-b2000.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih41x-b2000.dtsi b/arch/arm/boot/dts/stih41x-b2000.dtsi index 8e694d2b8f5b..1e6aa92772f5 100644 --- a/arch/arm/boot/dts/stih41x-b2000.dtsi +++ b/arch/arm/boot/dts/stih41x-b2000.dtsi | |||
@@ -37,5 +37,14 @@ | |||
37 | }; | 37 | }; |
38 | }; | 38 | }; |
39 | 39 | ||
40 | /* HDMI Tx I2C */ | ||
41 | i2c@fed41000 { | ||
42 | /* HDMI V1.3a supports Standard mode only */ | ||
43 | clock-frequency = <100000>; | ||
44 | i2c-min-scl-pulse-width-us = <0>; | ||
45 | i2c-min-sda-pulse-width-us = <5>; | ||
46 | |||
47 | status = "okay"; | ||
48 | }; | ||
40 | }; | 49 | }; |
41 | }; | 50 | }; |