]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: stm32_sdmmc2: make reset property optional
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 20 May 2022 16:24:51 +0000 (18:24 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 17 Jun 2022 08:41:16 +0000 (10:41 +0200)
commit89033adec55a29cc1c44dca978e7583e21d69cf3
tree569c810e16b278130056b45fadb3086f42cee48e
parent2e4335253fb0f244b95a3e6c33f5314cdaa67dd0
mmc: stm32_sdmmc2: make reset property optional

Although not recommended, the reset property could be made optional.
This way the driver will probe even if no reset property is provided
in an sdmmc node in DT. This reset is already optional in Linux.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/mmc/stm32_sdmmc2.c