clk: imx: fix composite peripheral flags
[linux-2.6-microblaze.git] / drivers / clk / imx / clk-composite-8m.c
index 78fb7e5..2c309e3 100644 (file)
@@ -216,6 +216,7 @@ struct clk_hw *imx8m_clk_hw_composite_flags(const char *name,
                div->width = PCG_PREDIV_WIDTH;
                divider_ops = &imx8m_clk_composite_divider_ops;
                mux_ops = &clk_mux_ops;
+               flags |= CLK_SET_PARENT_GATE;
        }
 
        div->lock = &imx_ccm_lock;