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

Commit 86209252 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: s2mps11: Remove CLK_IS_ROOT



This flag is a no-op now. Remove usage of the flag.

Acked-by: default avatarAndi Shyti <andi.shyti@samsung.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 1edfc1e7
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -99,17 +99,14 @@ static struct clk_init_data s2mps11_clks_init[S2MPS11_CLKS_NUM] = {
	[S2MPS11_CLK_AP] = {
	[S2MPS11_CLK_AP] = {
		.name = "s2mps11_ap",
		.name = "s2mps11_ap",
		.ops = &s2mps11_clk_ops,
		.ops = &s2mps11_clk_ops,
		.flags = CLK_IS_ROOT,
	},
	},
	[S2MPS11_CLK_CP] = {
	[S2MPS11_CLK_CP] = {
		.name = "s2mps11_cp",
		.name = "s2mps11_cp",
		.ops = &s2mps11_clk_ops,
		.ops = &s2mps11_clk_ops,
		.flags = CLK_IS_ROOT,
	},
	},
	[S2MPS11_CLK_BT] = {
	[S2MPS11_CLK_BT] = {
		.name = "s2mps11_bt",
		.name = "s2mps11_bt",
		.ops = &s2mps11_clk_ops,
		.ops = &s2mps11_clk_ops,
		.flags = CLK_IS_ROOT,
	},
	},
};
};