Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 123796bb authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Michael Turquette
Browse files

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: default avatarJisheng Zhang <jszhang@marvell.com>
Signed-off-by: default avatarMichael Turquette <mturquette@baylibre.com>
parent 254f9463
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
};