Re: [U-Boot] [PATCH] mmc: mtk-sd: Add MT8183 SoC support

2019-08-21 Thread Tom Rini
On Mon, Aug 12, 2019 at 08:26:58PM +0200, Fabien Parent wrote: > Add support for the MT8183 in the MediaTek MMC driver. > > Signed-off-by: Fabien Parent Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot

[U-Boot] [PATCH] mmc: mtk-sd: Add MT8183 SoC support

2019-08-12 Thread Fabien Parent
Add support for the MT8183 in the MediaTek MMC driver. Signed-off-by: Fabien Parent --- drivers/mmc/mtk-sd.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/mmc/mtk-sd.c b/drivers/mmc/mtk-sd.c index 780d3069eb..220bc09164 100644 --- a/drivers/mmc/mtk-sd.c +++