MLK-16225: clk: imx8qm: Remove initial prepare/enable for A-core clk

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Ranjani Vaidyanathan <Ranjani.vaidyanathan@nxp.com>
This commit is contained in:
Leonard Crestez 2017-10-02 19:58:39 +03:00 committed by Jason Liu
parent d7e080bb90
commit f7f54e1320

View file

@ -887,9 +887,6 @@ static int imx8qm_clk_probe(struct platform_device *pdev)
clk_data.clk_num = ARRAY_SIZE(clks);
of_clk_add_provider(ccm_node, of_clk_src_onecell_get, &clk_data);
clk_prepare_enable(clks[IMX8QM_A53_DIV]);
clk_prepare_enable(clks[IMX8QM_A72_DIV]);
return 0;
}