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

clk: meson: Remove CLK_IS_ROOT

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

Cc: Carlo Caione <carlo@caione.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

+3 -3
+3 -3
drivers/clk/meson/meson8b-clkc.c
··· 141 141 }; 142 142 143 143 static const struct clk_conf meson8b_xtal_conf __initconst = 144 - FIXED_RATE_P(MESON8B_REG_CTL0_ADDR, CLKID_XTAL, "xtal", 145 - CLK_IS_ROOT, PARM(0x00, 4, 7)); 144 + FIXED_RATE_P(MESON8B_REG_CTL0_ADDR, CLKID_XTAL, "xtal", 0, 145 + PARM(0x00, 4, 7)); 146 146 147 147 static const struct clk_conf meson8b_clk_confs[] __initconst = { 148 - FIXED_RATE(CLKID_ZERO, "zero", CLK_IS_ROOT, 0), 148 + FIXED_RATE(CLKID_ZERO, "zero", 0, 0), 149 149 PLL(MESON8B_REG_PLL_FIXED, CLKID_PLL_FIXED, "fixed_pll", 150 150 p_xtal, 0, &pll_confs), 151 151 PLL(MESON8B_REG_PLL_VID, CLKID_PLL_VID, "vid_pll",