public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] board: novtech: meerkat96: use correct mmc driver
@ 2020-01-22 21:03 Carl Gelfand
  2020-01-24  4:47 ` Shawn Guo
  2020-02-25 19:00 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Carl Gelfand @ 2020-01-22 21:03 UTC (permalink / raw)
  To: u-boot

When the board was originally submitted, it was attempting to use the
ESDHC driver. The board uses the USDHC driver.

Signed-off-by: Carl Gelfand <carl@novtech.com>
Cc: Shawn Guo <shawn.guo@kernel.org> (maintainer:MEERKAT96 BOARD)
---
  configs/meerkat96_defconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/meerkat96_defconfig b/configs/meerkat96_defconfig
index d8782815e1..50d9040c54 100644
--- a/configs/meerkat96_defconfig
+++ b/configs/meerkat96_defconfig
@@ -36,7 +36,7 @@ CONFIG_NET_RANDOM_ETHADDR=y
  CONFIG_DM_GPIO=y
  CONFIG_MMC_BROKEN_CD=y
  CONFIG_DM_MMC=y
-CONFIG_FSL_ESDHC=y
+CONFIG_FSL_USDHC=y
  CONFIG_MTD=y
  CONFIG_PINCTRL=y
  CONFIG_PINCTRL_IMX7=y
-- 
2.11.0

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

end of thread, other threads:[~2020-02-25 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 21:03 [PATCH] board: novtech: meerkat96: use correct mmc driver Carl Gelfand
2020-01-24  4:47 ` Shawn Guo
2020-02-25 19:00 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox