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

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

clk: scpi: Remove CLK_IS_ROOT



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

Acked-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 86209252
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -155,7 +155,7 @@ scpi_clk_ops_init(struct device *dev, const struct of_device_id *match,
	unsigned long min = 0, max = 0;
	unsigned long min = 0, max = 0;


	init.name = name;
	init.name = name;
	init.flags = CLK_IS_ROOT;
	init.flags = 0;
	init.num_parents = 0;
	init.num_parents = 0;
	init.ops = match->data;
	init.ops = match->data;
	sclk->hw.init = &init;
	sclk->hw.init = &init;