···225225 * Create the core PLL clock. We treat this as a fixed rate226226 * clock as we don't know any better, and documentation is sparse.227227 */228228- clk = clk_register_fixed_rate(dev, core_pll[0], NULL, CLK_IS_ROOT,229229- 2000000000UL);228228+ clk = clk_register_fixed_rate(dev, core_pll[0], NULL, 0, 2000000000UL);230229 if (IS_ERR(clk))231230 return PTR_ERR(clk);232231