All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD
@ 2019-12-08  7:41 Baruch Siach
  2019-12-09  7:49 ` Stefan Roese
  2020-01-16 14:29 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2019-12-08  7:41 UTC (permalink / raw)
  To: u-boot

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(+)

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
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD
  2019-12-08  7:41 [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD Baruch Siach
@ 2019-12-09  7:49 ` Stefan Roese
  2020-01-16 14:29 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-12-09  7:49 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD
  2019-12-08  7:41 [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD Baruch Siach
  2019-12-09  7:49 ` Stefan Roese
@ 2020-01-16 14:29 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2020-01-16 14:29 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-16 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08  7:41 [PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD Baruch Siach
2019-12-09  7:49 ` Stefan Roese
2020-01-16 14:29 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.