Re: [PATCH] mmc: sdhci: fix caps2 for HS200

2013-06-11 Thread Philip Rakity
On Jun 11, 2013, at 3:09 PM, Giuseppe CAVALLARO wrote: > Although the HC supports HS200 (eMMC) the caps2 are always zero; this means > that > no way to use the super speed mode (when init the card). > > If the HC support SDR104, for SD3.0, so it also supports HS200 for eMMC and > this patch ju

[PATCH] mmc: sdhci: fix caps2 for HS200

2013-06-11 Thread Giuseppe CAVALLARO
Although the HC supports HS200 (eMMC) the caps2 are always zero; this means that no way to use the super speed mode (when init the card). If the HC support SDR104, for SD3.0, so it also supports HS200 for eMMC and this patch just sets the MMC_CAP2_HS200 in the host caps2 field. Reported-by: Youss