Re: [U-Boot] [PATCH 3/3] MMC: atmel_mci: enable high speed mode support

2014-08-01 Thread Pantelis Antoniou
Hi Bo, On Jul 31, 2014, at 9:39 AM, Bo Shen wrote: > If the MCI IP version >= 0x300, it supports hight speed mode > option, this patch enable it. > > Signed-off-by: Bo Shen > --- > drivers/mmc/gen_atmel_mci.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/drivers

[U-Boot] [PATCH 3/3] MMC: atmel_mci: enable high speed mode support

2014-07-30 Thread Bo Shen
If the MCI IP version >= 0x300, it supports hight speed mode option, this patch enable it. Signed-off-by: Bo Shen --- drivers/mmc/gen_atmel_mci.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/gen_atmel_mci.c b/drivers/mmc/gen_atmel_mci.c index 8778a4d..45b