projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254f946
)
clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk
author
Jisheng Zhang
<jszhang@marvell.com>
Tue, 20 Oct 2015 11:16:46 +0000
(19:16 +0800)
committer
Michael Turquette
<mturquette@baylibre.com>
Wed, 21 Oct 2015 09:30:17 +0000
(
02:30
-0700)
Since we have added the necessary two clks' properties in dts, we can
remove the "sdio" clk's CLK_IGNORE_UNUSED flag now.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
drivers/clk/berlin/bg2q.c
patch
|
blob
|
history
diff --git
a/drivers/clk/berlin/bg2q.c
b/drivers/clk/berlin/bg2q.c
index 221f40c2b850c1fafc1143e7f5b4458ecad55982..243f421abcb45815f2bd55a5bb22697346fac648 100644
(file)
--- a/
drivers/clk/berlin/bg2q.c
+++ b/
drivers/clk/berlin/bg2q.c
@@
-283,7
+283,7
@@
static const struct berlin2_gate_data bg2q_gates[] __initconst = {
{ "usb2", "perif", 13 },
{ "usb3", "perif", 14 },
{ "pbridge", "perif", 15, CLK_IGNORE_UNUSED },
- { "sdio", "perif", 16
, CLK_IGNORE_UNUSED
},
+ { "sdio", "perif", 16 },
{ "nfc", "perif", 18 },
{ "pcie", "perif", 22 },
};