boards/emw3162: enabled internal pull-up resistors on SDIO bus

in STM32F205 chip as there are not external pull-up resistors on SDIO bus on EMW3162 module.
This commit is contained in:
Alexander Lunev 2021-12-16 15:13:15 +03:00 committed by Xiang Xiao
parent f56aefaa41
commit 12c128ae43

View File

@ -75,6 +75,7 @@ CONFIG_STM32_PWR=y
CONFIG_STM32_RTC=y
CONFIG_STM32_SDIO=y
CONFIG_STM32_SDIO_CARD=y
CONFIG_STM32_SDIO_PULLUP=y
CONFIG_STM32_USART1=y
CONFIG_SYSLOG_CHAR=y
CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"