Skip to content

Commit

Permalink
ARM: STi: Add I2C config to B2000 and B2020 boards
Browse files Browse the repository at this point in the history
This patch supplies I2C configuration to B2000 and B2020
based on either STiH415 or STiH416 SoCs.

Signed-off-by: Maxime Coquelin <[email protected]>
Acked-by: Srinivas Kandagatla <[email protected]>
  • Loading branch information
mcoquelin-stm32 authored and Srinivas-Kandagatla committed Dec 4, 2013
1 parent 5bbb752 commit c6fddbd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/stih41x-b2000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,14 @@
};
};

/* HDMI Tx I2C */
i2c@fed41000 {
/* HDMI V1.3a supports Standard mode only */
clock-frequency = <100000>;
i2c-min-scl-pulse-width-us = <0>;
i2c-min-sda-pulse-width-us = <5>;

status = "okay";
};
};
};
22 changes: 22 additions & 0 deletions arch/arm/boot/dts/stih41x-b2020.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,27 @@
default-state = "off";
};
};

i2c@fed40000 {
status = "okay";
};

/* HDMI Tx I2C */
i2c@fed41000 {
/* HDMI V1.3a supports Standard mode only */
clock-frequency = <100000>;
i2c-min-scl-pulse-width-us = <0>;
i2c-min-sda-pulse-width-us = <5>;

status = "okay";
};

i2c@fe540000 {
status = "okay";
};

i2c@fe541000 {
status = "okay";
};
};
};

0 comments on commit c6fddbd

Please sign in to comment.