]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: stm32_sdmmc2: introduce of_to_plat ops
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 30 Jun 2022 08:01:47 +0000 (10:01 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 12 Jul 2022 09:46:31 +0000 (11:46 +0200)
commit9ec0b0263b92fb2ea8b5255017e65be0c7a509f4
treeae0308274b72630ee9b22a0ef0b6603e1c33666f
parent13bc3b7b519bc7bafa0abf41136d726fa0ed26b2
mmc: stm32_sdmmc2: introduce of_to_plat ops

Add the uclass ops of_to_plat to parse the device tree properties
to respect the expected sequence by the driver model.

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