瀏覽代碼

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>
Jisheng Zhang 10 年之前
父節點
當前提交
123796bbfc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/clk/berlin/bg2q.c

+ 1 - 1
drivers/clk/berlin/bg2q.c

@@ -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 },
 };
 };