Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifs
[deliverable/linux.git] / drivers / clk / tegra / clk-tegra114.c
index 4a24aa4bbdea577ca52733275c11c69fffc799b4..df47ec3169c3451b67147d60cba3da83ec5e565b 100644 (file)
@@ -972,8 +972,7 @@ static void __init tegra114_fixed_clk_init(void __iomem *clk_base)
        struct clk *clk;
 
        /* clk_32k */
-       clk = clk_register_fixed_rate(NULL, "clk_32k", NULL, CLK_IS_ROOT,
-                                     32768);
+       clk = clk_register_fixed_rate(NULL, "clk_32k", NULL, 0, 32768);
        clks[TEGRA114_CLK_CLK_32K] = clk;
 
        /* clk_m_div2 */
This page took 0.023597 seconds and 5 git commands to generate.