commit | ab61966d19f142a683cbd78c4b9205e74a9fa0eb | [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 | f08f9d78897750ec2d409e28dfc2faa705e0d56d [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>