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

clk: rk808: Remove CLK_IS_ROOT

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

Cc: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

-1
-1
drivers/clk/clk-rk808.c
··· 106 106 if (!clk_table) 107 107 return -ENOMEM; 108 108 109 - init.flags = CLK_IS_ROOT; 110 109 init.parent_names = NULL; 111 110 init.num_parents = 0; 112 111 init.name = "rk808-clkout1";