Re: [U-Boot] [PATCH] mmc: sh_mmcif: RZ/A1 does not support HS mode

2017-11-27 Thread Chris Brandt
On Monday, November 27, 2017, Jaehoon Chung wrote: > On 11/14/2017 05:41 AM, Chris Brandt wrote: > > Since RZ/A1 (R7S72100) does not support HS mode, remove it from the > > host caps. > > Doesn't HS mode? Then it's only supported the legacy mode? Sorry, please ignore this patch. The MMC controll

Re: [U-Boot] [PATCH] mmc: sh_mmcif: RZ/A1 does not support HS mode

2017-11-26 Thread Jaehoon Chung
On 11/14/2017 05:41 AM, Chris Brandt wrote: > Since RZ/A1 (R7S72100) does not support HS mode, remove it from the > host caps. Doesn't HS mode? Then it's only supported the legacy mode? > > Signed-off-by: Chris Brandt > --- > drivers/mmc/sh_mmcif.c | 4 > 1 file changed, 4 insertions(+) >

[U-Boot] [PATCH] mmc: sh_mmcif: RZ/A1 does not support HS mode

2017-11-13 Thread Chris Brandt
Since RZ/A1 (R7S72100) does not support HS mode, remove it from the host caps. Signed-off-by: Chris Brandt --- drivers/mmc/sh_mmcif.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/sh_mmcif.c b/drivers/mmc/sh_mmcif.c index 1ff59f06d5..4b62795044 100644 --- a/drivers/mmc/sh_m