mmc: omap_hsmmc: Revert special init for wl1251
authorH. Nikolaus Schaller <hns@goldelico.com>
Wed, 10 Nov 2021 17:17:11 +0000 (18:17 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 14 Dec 2021 20:35:24 +0000 (21:35 +0100)
commitdfb654f1885f05baf506cdfdbc3f7efa1d847d54
treec6a05d2115533e1b8e19ad213883413e3c5b49d9
parent187b164945c41713165b47e074c4a200cbe24269
mmc: omap_hsmmc: Revert special init for wl1251

Due to recent changes to the mmc core, card quirks can be applied based
upon a compatible string in child OF node. The quirk needed for wl1251
(SDIO card) is managed in the core, therefore there is no longer any reason
to deal with this in omap_hsmmc too, so let's remove it.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Link: https://lore.kernel.org/r/77d313b97d1e18b0eb7ed2d88d718d960f329bb0.1636564631.git.hns@goldelico.com
[Ulf: Re-wrote the commit message to make it more clear]
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c