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

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

clk: xgene: Remove CLK_IS_ROOT



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

Cc: Loc Ho <lho@apm.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 4c211eaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ static void xgene_pllclk_init(struct device_node *np, enum xgene_pll_type pll_ty
	of_property_read_string(np, "clock-output-names", &clk_name);
	clk = xgene_register_clk_pll(NULL,
			clk_name, of_clk_get_parent_name(np, 0),
			CLK_IS_ROOT, reg, 0, pll_type, &clk_lock,
			0, reg, 0, pll_type, &clk_lock,
			version);
	if (!IS_ERR(clk)) {
		of_clk_add_provider(np, of_clk_src_simple_get, clk);