Commit b71e8ecd57c8aae5b1815782c47b74ffe3efc09a

Authored by Jisheng Zhang
Committed by Michael Turquette
1 parent dca1a4b5ff

clk: berlin: bg2q: remove non-exist "smemc" gate clock

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/clk/berlin/bg2q.c
... ... @@ -285,7 +285,6 @@
285 285 { "pbridge", "perif", 15, CLK_IGNORE_UNUSED },
286 286 { "sdio", "perif", 16, CLK_IGNORE_UNUSED },
287 287 { "nfc", "perif", 18 },
288   - { "smemc", "perif", 19 },
289 288 { "pcie", "perif", 22 },
290 289 };
291 290