]> git.baikalelectronics.ru Git - uboot.git/commit
spi: stm32: Add ofdata_to_platdata() callback
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 3 Aug 2021 09:16:40 +0000 (11:16 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 8 Oct 2021 06:41:47 +0000 (08:41 +0200)
commit677f3f56676241a81219f12223cbbf977de5976d
tree7c0e31761670419db111c6af6d819e27a6c43a3d
parenteb3bd70ce73da938417ce4c620ec1f1c8563006c
spi: stm32: Add ofdata_to_platdata() callback

Parse DT in ofdata_to_platdata() callback instead of probe().

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/spi/stm32_spi.c