Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel...
[cascardo/linux.git] / drivers / clk / clk-max77686.c
index 446c2fe..9b6f277 100644 (file)
@@ -38,17 +38,14 @@ static struct clk_init_data max77686_clks_init[MAX77686_CLKS_NUM] = {
        [MAX77686_CLK_AP] = {
                .name = "32khz_ap",
                .ops = &max_gen_clk_ops,
-               .flags = CLK_IS_ROOT,
        },
        [MAX77686_CLK_CP] = {
                .name = "32khz_cp",
                .ops = &max_gen_clk_ops,
-               .flags = CLK_IS_ROOT,
        },
        [MAX77686_CLK_PMIC] = {
                .name = "32khz_pmic",
                .ops = &max_gen_clk_ops,
-               .flags = CLK_IS_ROOT,
        },
 };