aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-10-20 07:16:46 -0400
committerMichael Turquette <mturquette@baylibre.com>2015-10-21 05:30:17 -0400
commit123796bbfcd4f8147c8b8db7b2c976148b257b58 (patch)
tree7093463700c4a71806385a14b7ac349e6fc22886
parent254f9463c5d41a7ac9d35ca24e6c3196814cb890 (diff)
clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk
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>
-rw-r--r--drivers/clk/berlin/bg2q.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c
index 221f40c2b850..243f421abcb4 100644
--- 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 = {
283 { "usb2", "perif", 13 }, 283 { "usb2", "perif", 13 },
284 { "usb3", "perif", 14 }, 284 { "usb3", "perif", 14 },
285 { "pbridge", "perif", 15, CLK_IGNORE_UNUSED }, 285 { "pbridge", "perif", 15, CLK_IGNORE_UNUSED },
286 { "sdio", "perif", 16, CLK_IGNORE_UNUSED }, 286 { "sdio", "perif", 16 },
287 { "nfc", "perif", 18 }, 287 { "nfc", "perif", 18 },
288 { "pcie", "perif", 22 }, 288 { "pcie", "perif", 22 },
289}; 289};