Message ID | 20210716160730.30547-1-khilman@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218 | expand |
* Kevin Hilman <khilman@baylibre.com> [210716 19:07]: > From: Dave Gerlach <d-gerlach@ti.com> > Without this patch occasionally a voltage set operation from the kernel > will appear to have worked but the actual voltage reflected on the PMIC > will not have updated, causing problems especially with cpufreq that may > update to a higher OPP without actually raising the voltage on DCDC2, > leading to a hang. Applying into fixes thanks. Tony
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index aae0af10a5b1..2aa75abf85a9 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -582,7 +582,7 @@ &i2c0 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins>; - clock-frequency = <400000>; + clock-frequency = <100000>; tps65218: tps65218@24 { reg = <0x24>;