clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk
authorJisheng Zhang <jszhang@marvell.com>
Tue, 20 Oct 2015 11:16:46 +0000 (19:16 +0800)
committerMichael 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

index 221f40c..243f421 100644 (file)
@@ -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 },
 };