Commit 73387da7 authored by Aradhya Bhatia's avatar Aradhya Bhatia Committed by Nishanth Menon

arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency

The Display Data Channel (DDC) transactions between an HDMI transmitter
(SIL9022A in this case) and an HDMI monitor, occur at a maximum of
100KHz. That's the maximum supported frequency within DDC standards.

While the SIL9022A can transact with the core at 400KHz, it needs to
drop the frequency to 100KHz when communicating with the monitor,
otherwise, the i2c controller times out and shows warning like this.

[  985.773431] omap_i2c 20010000.i2c: controller timed out

That feature, however, has not been enabled in the SIL9022 driver.

Since, dropping the frequency doesn't affect any other devices on the
bus, drop the main-i2c1 frequency from 400KHz to 100KHz.

Fixes: a8415814 ("arm64: dts: ti: Refractor AM625 SK dts")
Signed-off-by: default avatarAradhya Bhatia <a-bhatia1@ti.com>
Link: https://lore.kernel.org/r/20230809084559.17322-2-a-bhatia1@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 00ae4c39
...@@ -300,7 +300,7 @@ &main_i2c1 { ...@@ -300,7 +300,7 @@ &main_i2c1 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&main_i2c1_pins_default>; pinctrl-0 = <&main_i2c1_pins_default>;
clock-frequency = <400000>; clock-frequency = <100000>;
tlv320aic3106: audio-codec@1b { tlv320aic3106: audio-codec@1b {
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment