提交 123796bb 编写于 作者: J Jisheng Zhang 提交者: Michael Turquette

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: NJisheng Zhang <jszhang@marvell.com>
Signed-off-by: NMichael Turquette <mturquette@baylibre.com>
上级 254f9463
...@@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = { ...@@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {
{ "usb2", "perif", 13 }, { "usb2", "perif", 13 },
{ "usb3", "perif", 14 }, { "usb3", "perif", 14 },
{ "pbridge", "perif", 15, CLK_IGNORE_UNUSED }, { "pbridge", "perif", 15, CLK_IGNORE_UNUSED },
{ "sdio", "perif", 16, CLK_IGNORE_UNUSED }, { "sdio", "perif", 16 },
{ "nfc", "perif", 18 }, { "nfc", "perif", 18 },
{ "pcie", "perif", 22 }, { "pcie", "perif", 22 },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册