]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states
authorDirk Behme <dirk.behme@de.bosch.com>
Wed, 1 Oct 2014 09:25:32 +0000 (04:25 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:26 +0000 (12:40 +0100)
commitc24f46bb4bf6ff60df346fead26d59e8e181fd78
treef64c19c137e5e68a1f01f068ef4adb3ff3d5ec82
parent80929b82bd4f36f61103a7c305f497e0f8276fd8
mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states

The commit 3bd93bdb33e2 ("mmc: sdhci-esdhc-imx: change pinctrl state
according to uhs mode") exits the probe in case there are no valid
pinctrl states found.

As there are configurations doing the pin mux properly in the boot
loader, don't exit. Just warn, but go on in case if there are no
pinctrl states in the device tree.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-esdhc-imx.c