Skip to content

Commit a2bc386

Browse files
Alain VolmatPatrice Chotard
authored andcommitted
ARM: dts: stm32: update i2c2 timing/freq in stm32mp257f-dk
Adjust i2c2 bus rising/falling timing and bus freq to 400KHz for the stm32mp257f-dk board. Change-Id: I121119938ffba0ed3f2409952e64cf7c1e37bcb0 Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/385697 ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Domain-Review: Amelie DELAUNAY <amelie.delaunay@foss.st.com> Reviewed-by: Amelie DELAUNAY <amelie.delaunay@foss.st.com>
1 parent df1a86a commit a2bc386

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/dts/stm32mp257f-dk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@
309309
pinctrl-names = "default", "sleep";
310310
pinctrl-0 = <&i2c2_pins_b>;
311311
pinctrl-1 = <&i2c2_sleep_pins_b>;
312-
i2c-scl-rising-time-ns = <185>;
313-
i2c-scl-falling-time-ns = <20>;
314-
clock-frequency = <100000>;
312+
i2c-scl-rising-time-ns = <108>;
313+
i2c-scl-falling-time-ns = <12>;
314+
clock-frequency = <400000>;
315315
status = "okay";
316316
/* spare dmas for other usage */
317317
/delete-property/dmas;

0 commit comments

Comments
 (0)