Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: palmas: Remove CLK_IS_ROOT

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

Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

+2 -2
+2 -2
drivers/clk/clk-palmas.c
··· 132 132 .init = { 133 133 .name = "clk32kg", 134 134 .ops = &palmas_clks_ops, 135 - .flags = CLK_IS_ROOT | CLK_IGNORE_UNUSED, 135 + .flags = CLK_IGNORE_UNUSED, 136 136 }, 137 137 .desc = { 138 138 .clk_name = "clk32kg", ··· 148 148 .init = { 149 149 .name = "clk32kgaudio", 150 150 .ops = &palmas_clks_ops, 151 - .flags = CLK_IS_ROOT | CLK_IGNORE_UNUSED, 151 + .flags = CLK_IGNORE_UNUSED, 152 152 }, 153 153 .desc = { 154 154 .clk_name = "clk32kgaudio",