Commit 8bc631b6 authored by Alain Volmat's avatar Alain Volmat Committed by Alexandre Torgue

ARM: dts: stm32: set i2c4 bus freq to 400KHz on stm32mp157c-ed1

On this board, the I2C4 bus has only a single slave (pmic) which
supports I2C Fast Mode hence setting bus frequency to 400 KHz.
Signed-off-by: default avatarAlain Volmat <alain.volmat@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent fccd6a57
...@@ -134,6 +134,7 @@ &i2c4 { ...@@ -134,6 +134,7 @@ &i2c4 {
pinctrl-0 = <&i2c4_pins_a>; pinctrl-0 = <&i2c4_pins_a>;
i2c-scl-rising-time-ns = <185>; i2c-scl-rising-time-ns = <185>;
i2c-scl-falling-time-ns = <20>; i2c-scl-falling-time-ns = <20>;
clock-frequency = <400000>;
status = "okay"; status = "okay";
/* spare dmas for other usage */ /* spare dmas for other usage */
/delete-property/dmas; /delete-property/dmas;
......
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