]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: fix caps2 for HS200
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Wed, 12 Jun 2013 06:16:38 +0000 (08:16 +0200)
committerDong Aisheng <b29396@freescale.com>
Fri, 8 Nov 2013 13:45:31 +0000 (21:45 +0800)
commit565a12ebeb19fb927214fb0f47bed7c767bee21c
tree46f6be5de8058c1a8ae817523135be6fd3f058df
parent823a472122a94ba13cd5cf4cc58bb241fef7f9c9
mmc: sdhci: fix caps2 for HS200

Although the HC supports HS200 (eMMC) the caps2 are always zero; this
means there's 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: Youssef Triki <youssef.triki@st.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Reviewed-by: Philip Rakity <prakity@nvidia.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
(cherry picked from commit 156e14b126ffb6f040bc6f1aff3c51077e42a744)
drivers/mmc/host/sdhci.c
include/linux/mmc/sdhci.h