Re: [PATCH RFC 10/20] mmc/jz_mmc: Add a JZ4740 compatible string

2020-11-18 Thread Ezequiel Garcia
Hi Lubomir, On Tue, 2020-11-17 at 22:00 +0100, Lubomir Rintel wrote: > The driver doesn't use the jz4780's extra DMA channels and handles jz4740 > just fine. > > Signed-off-by: Lubomir Rintel > --- > drivers/mmc/jz_mmc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH RFC 10/20] mmc/jz_mmc: Add a JZ4740 compatible string

2020-11-17 Thread Lubomir Rintel
The driver doesn't use the jz4780's extra DMA channels and handles jz4740 just fine. Signed-off-by: Lubomir Rintel --- drivers/mmc/jz_mmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/jz_mmc.c b/drivers/mmc/jz_mmc.c index b33f0850738..d4b9d15ef2e 100644 ---