commit | 1e5a0a9a58e2977e6542074b25b96be93208dccf | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri May 29 14:06:12 2015 -0700 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jun 01 09:56:07 2015 +0200 |
tree | be2f379a4e3e3c4b4cdd0d864085c5bff20827af | |
parent | 475c9e43bfa76198c2d0b4310ad406ea2206aba0 [diff] |
mmc: sdhci-bcm2835: Actually enable the clock We're currently using a fixed frequency clock specified in the DT, so enabling is a no-op. However, the RPi firmware-based clocks driver can actually disable unused clocks, so when switching to use it we ended up losing our MMC clock once all devices were probed. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>