aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/berlin/bg2q.c
Commit message (Collapse)AuthorAge
* clk: berlin: bg2q: remove non-exist "smemc" gate clockJisheng Zhang2015-01-13
| | | | | | | | | | | The "smemc" clock is removed on BG2Q SoCs. In fact, bit19 of clkenable register is for nfc. Current code use bit19 for non-exist "smemc" incorrectly, this prevents eMMC from working due to the sdhci's "core" clk is still gated. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Cc: stable@vger.kernel.org # 3.16+ Signed-off-by: Michael Turquette <mturquette@linaro.org>
* clk: berlin: add core clock driver for BG2QAlexandre Belloni2014-05-29
This driver deals with the core clocks found on Marvell Berlin BG2Q. For the shared register dividers, make use of the corresponding driver and add some single clock muxes and gates for the rest. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>