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

* [PATCH] board: novtech: meerkat96: use correct mmc driver
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2020-01-24  4:47 UTC (permalink / raw)
  To: u-boot

+ Stefano, who will pick up the patch, I think.

On Thu, Jan 23, 2020 at 7:56 AM Carl Gelfand <carl@novtech.com> wrote:
>
> 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)

Acked-by: Shawn Guo <shawnguo@kernel.org>

The email address in meerkat96/MAINTAINERS has a typo.  I will submit
a patch to fix it shortly.

Shawn

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

* [PATCH] board: novtech: meerkat96: use correct mmc driver
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-02-25 19:00 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 22, 2020 at 04:03:02PM -0500, Carl Gelfand wrote:

> 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)
> Acked-by: Shawn Guo <shawnguo@kernel.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200225/d87ec801/attachment.sig>

^ permalink raw reply	[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