]> git.baikalelectronics.ru Git - uboot.git/commit
i2c: stm32: fix usage of rise/fall device tree properties
authorJorge Ramirez-Ortiz <jorge@foundries.io>
Mon, 12 Sep 2022 08:42:01 +0000 (10:42 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 15 Sep 2022 12:59:29 +0000 (14:59 +0200)
commit5177aa643c2ed6b84cf2f410a5871b6a77c34cb0
treec740163f0e79c5472276c29ea6f64f129817f853
parent55dd7ddc5d98041a935be57b1ece01c37b5a5114
i2c: stm32: fix usage of rise/fall device tree properties

These two device tree properties were not being applied.

Fixes: df7dc4ca4a ("i2c: stm32f7: move driver data of each instance in a privdata")
Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Tested-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/i2c/stm32f7_i2c.c