This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5718: PMIC I2C connect speed

Part Number: AM5718

Tool/software: Linux

Hi champs,

I have a question about connect speed PMIC using I2C.

My understand is
Before u-boot DTS, I2C speed is standardmode_100kHz,
Then, after set on DTS, I2C speed become fastmode_400kHz.

My understand is correct?

&i2c1 {
status = "okay";
clock-frequency = <400000>;

linux-xxx\arch\arm\boot\dts\am57xx-beagle-x15-common.dtsi

Regards,

Shinji Ueda