mmc: sdhci-bcm2835: Actually enable the clock
authorEric Anholt <eric@anholt.net>
Fri, 29 May 2015 21:06:12 +0000 (14:06 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Jun 2015 07:56:07 +0000 (09:56 +0200)
commit1e5a0a9a58e2977e6542074b25b96be93208dccf
treebe2f379a4e3e3c4b4cdd0d864085c5bff20827af
parent475c9e43bfa76198c2d0b4310ad406ea2206aba0
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>
drivers/mmc/host/sdhci-bcm2835.c
This page took 0.025352 seconds and 5 git commands to generate.