diff mbox series

configs: clearfog: enable SPL_DM_GPIO to fix boot from SD

Message ID c466c7481df050fe68e4689c10bf34ccd753c8e5.1575790901.git.baruch@tkos.co.il
State Accepted
Commit c853fa721d874d5307beb8e5eae8a6dea2ad7b0d
Delegated to: Stefan Roese
Headers show
Series configs: clearfog: enable SPL_DM_GPIO to fix boot from SD | expand

Commit Message

Baruch Siach Dec. 8, 2019, 7:41 a.m. UTC
SPL needs DM GPIO to read the SD card-detect signal. This complements
the fix in commit 70bae02f71d4 ("arm: mvebu: clearfog: fix boot from SD
card").

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 configs/clearfog_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese Dec. 9, 2019, 7:49 a.m. UTC | #1
On 08.12.19 08:41, Baruch Siach wrote:
> SPL needs DM GPIO to read the SD card-detect signal. This complements
> the fix in commit 70bae02f71d4 ("arm: mvebu: clearfog: fix boot from SD
> card").
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
Stefan Roese Jan. 16, 2020, 2:29 p.m. UTC | #2
On 08.12.19 08:41, Baruch Siach wrote:
> SPL needs DM GPIO to read the SD card-detect signal. This complements
> the fix in commit 70bae02f71d4 ("arm: mvebu: clearfog: fix boot from SD
> card").
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 787c6360a7da..10c39e34fb6e 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -27,6 +27,7 @@  CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x141
+CONFIG_SPL_DM_GPIO=y
 CONFIG_SPL_I2C_SUPPORT=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_GPIO=y