From: Dong Aisheng Date: Fri, 18 Oct 2013 11:48:44 +0000 (+0800) Subject: mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6sl X-Git-Tag: v3.13-rc1~50^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4fb6712a4c58b205c163e9080c349d71c208d0;p=pandora-kernel.git mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6sl When reading CAP_1 register for mx6sl, ignore bit[0-15] as it stores CAP_2 register value which is new introduced in mx6sl. Without this fix, the max clock for mx6sl may not be correct since it's wrongly calculated by reading CAP_1 register. Signed-off-by: Dong Aisheng Acked-by: Shawn Guo Signed-off-by: Chris Ball --- Reading git-diff-tree failed