Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6fddbd4 authored by Maxime COQUELIN's avatar Maxime COQUELIN Committed by Srinivas Kandagatla
Browse files

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: default avatarMaxime Coquelin <maxime.coquelin@st.com>
Acked-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
parent 5bbb7527
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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";
		};
	};
};