Re: [U-Boot] [PATCH 2/4] mmc: Fix Dual Data Rate capability recognition

2014-12-12 Thread Pantelis Antoniou
Hi Andrew, > On Dec 1, 2014, at 14:59 , Andrew Gabbasov wrote: > > Since the driver doesn't work in 1.2V or 1.8V signaling level modes, > Dual Data Rate mode can be supported by the driver only if it is supported > by the card in regular 3.3V mode. So, check for a particular single > bit in card

[U-Boot] [PATCH 2/4] mmc: Fix Dual Data Rate capability recognition

2014-12-01 Thread Andrew Gabbasov
Since the driver doesn't work in 1.2V or 1.8V signaling level modes, Dual Data Rate mode can be supported by the driver only if it is supported by the card in regular 3.3V mode. So, check for a particular single bit in card type field. Signed-off-by: Andrew Gabbasov --- drivers/mmc/mmc.c | 2 +-