]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: mmc DDR mode should not depend on UHS_DDR50
authorDong Aisheng <b29396@freescale.com>
Wed, 30 Oct 2013 14:09:53 +0000 (22:09 +0800)
committerChris Ball <cjb@laptop.org>
Tue, 26 Nov 2013 21:34:42 +0000 (16:34 -0500)
commitdf034b3cb1d36744237c618023edb3b5aca89583
treec216617adc5c52ccd70eb1b542775d4590b0b3a3
parente7085ccaeba90e6210c2d459f8f24ba72ceb6a89
mmc: core: mmc DDR mode should not depend on UHS_DDR50

The MMC_CAP_UHS_DDR50 must work on 1.8v.
However, the eMMC DDR mode can work on either 1.8v or 3.3v and
should not depend on UHS_DDR50.
So get rid of this limitation to let controller without 1.8v
signal voltage support can also work for eMMC DDR mode if it claims.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc.c