]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(st-sdmmc2): make reset property optional
authorYann Gautier <yann.gautier@foss.st.com>
Tue, 3 May 2022 13:37:54 +0000 (15:37 +0200)
committerYann Gautier <yann.gautier@st.com>
Tue, 16 Aug 2022 13:58:22 +0000 (15:58 +0200)
commit8324b16cd5e0b1ae2f85264a74f879e8fb1bca2a
tree21396458a5d8d976dd056562db45be8208792edb
parent53d5b8ff50d322f764b1f5a8c882b9ee1ba952c9
feat(st-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>
Change-Id: I6e63ff00118d9497f505d6379982334dd62686ca
drivers/st/mmc/stm32_sdmmc2.c