commit | 3966c7d0060e7651f1f4e65349bc810426f61602 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Jun 11 00:43:35 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 17 11:12:08 2019 -0400 |
tree | aba4f852240fd06cca43c1b01f585d0626b1ea66 | |
parent | 3d296365e4e8823c7c0d4b568fa7accfae4bf895 [diff] |
mmc: sdhci: Make sdhci_set_clock() non static The am654_sdhci driver needs to switch the clock off before disabling its phy dll and needs to re-enable the clock before enabling the phy again. Therefore, make the sdhci_set_clock() function accessible in the am654_sdhci driver. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>