From: Jisheng Zhang Date: Tue, 20 Oct 2015 11:16:46 +0000 (+0800) Subject: clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk X-Git-Tag: firefly_0821_release~176^2~792^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=123796bbfcd4f8147c8b8db7b2c976148b257b58;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Michael Turquette --- 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 = { { "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 }, };