Skip to content

Commit

Permalink
clk: berlin: bg2q: remove non-exist "smemc" gate clock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jisheng Zhang authored and Michael Turquette committed Jan 13, 2015
1 parent dca1a4b commit b71e8ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/berlin/bg2q.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {
{ "pbridge", "perif", 15, CLK_IGNORE_UNUSED },
{ "sdio", "perif", 16, CLK_IGNORE_UNUSED },
{ "nfc", "perif", 18 },
{ "smemc", "perif", 19 },
{ "pcie", "perif", 22 },
};

Expand Down

0 comments on commit b71e8ec

Please sign in to comment.