diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2014-12-31 16:57:52 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-27 08:29:38 -0800 |
commit | cfde14bfad76d049ac250398910bce468df871a3 (patch) | |
tree | 4058078f2c70e906e4d10a2c74844bc313f50151 /drivers | |
parent | 94085032b432ab156da4c0ddfa510bb89268ce6d (diff) | |
download | lwn-cfde14bfad76d049ac250398910bce468df871a3.tar.gz lwn-cfde14bfad76d049ac250398910bce468df871a3.zip |
clk: berlin: bg2q: remove non-exist "smemc" gate clock
commit b71e8ecd57c8aae5b1815782c47b74ffe3efc09a upstream.
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>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clk/berlin/bg2q.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c index 21784e4eb3f0..440ef81ab15c 100644 --- a/drivers/clk/berlin/bg2q.c +++ b/drivers/clk/berlin/bg2q.c @@ -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 }, }; |