mmc: am654_sdhci: Allow driver to probe without PDs specified
authorAndreas Dannenberg <dannenberg@ti.com>
Tue, 4 Jun 2019 22:55:44 +0000 (17:55 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:12:54 +0000 (11:12 -0400)
commit70942db4dd1c5f177ea750df301d5b80c1fc15dc
tree7669fc73419188421ce05f874d20f46ab820d7a4
parentc7d7e556f2612062e9ccc1e536f3526fef51806b
mmc: am654_sdhci: Allow driver to probe without PDs specified

We would like to use the driver even without power domains being
specified for cases such as during early boot when the required power
domains have already gotten enabled by the SoC's boot ROM and such
explicit initialization is not needed and possible.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/mmc/am654_sdhci.c