Commit 9c316d58 authored by Garrett Giordano's avatar Garrett Giordano Committed by Nishanth Menon

arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Lower I2C1 frequency

The gpio-expander on i2c-1 has a maximum frequency of 100kHz. Update our
main_i2c1 frequency to allow the nxp,pcf8574 gpio-expander to function
properly.
Signed-off-by: default avatarGarrett Giordano <ggiordano@phytec.com>
Reviewed-by: default avatarWadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20231204222811.2344460-1-ggiordano@phytec.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 5709a680
......@@ -187,7 +187,7 @@ cpsw3g_phy3: ethernet-phy@3 {
&main_i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&main_i2c1_pins_default>;
clock-frequency = <400000>;
clock-frequency = <100000>;
status = "okay";
gpio_exp: gpio-expander@21 {
......
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