]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Lower I2C1 frequency
authorGarrett Giordano <ggiordano@phytec.com>
Mon, 4 Dec 2023 22:28:09 +0000 (14:28 -0800)
committerNishanth Menon <nm@ti.com>
Wed, 6 Dec 2023 15:02:35 +0000 (09:02 -0600)
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: Garrett Giordano <ggiordano@phytec.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20231204222811.2344460-1-ggiordano@phytec.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts

index a438baf542c22588ce6d54b65e332095247abd3a..171354b13e3383cffba153d90e8ebc7daf005ad5 100644 (file)
 &main_i2c1 {
        pinctrl-names = "default";
        pinctrl-0 = <&main_i2c1_pins_default>;
-       clock-frequency = <400000>;
+       clock-frequency = <100000>;
        status = "okay";
 
        gpio_exp: gpio-expander@21 {