OSDN Git Service

mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 27 Apr 2018 11:47:23 +0000 (17:17 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 3 May 2018 07:37:13 +0000 (09:37 +0200)
commit3f4028780287ff5a7308f40e10bbba9a42b993aa
tree3cdf3729acaa1b9dbe3f6d394ac19e2ca25d9621
parent75b732d570ac7a6bd53fa770adcb64f9afabcdda
mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode

commit 8d20b2eae6c47b095523 ("mmc: sdhci_omap: Add support to set
IODELAY values") stored IODelay values for all MM/SD modes
in pinctrl_state structure member of sdhci_omap_host. However for
DDR mode it gets IODelay values only for 1.8v DDR mode. Since some of
the platforms which uses sdhci-omap has IO lines connected to 3.3v,
get IODelay values for 3.3v DDR mode.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-omap.c