Merge "clk: qcom: keep gcc_bimc_gfx_clk always on for SDM660"

This commit is contained in:
Linux Build Service Account 2017-02-09 03:11:34 -08:00 committed by Gerrit - the friendly Code Review server
commit a9b0d6b409

View file

@ -2816,6 +2816,9 @@ static int gcc_660_probe(struct platform_device *pdev)
/* This clock is used for all GPUCC register access */
clk_prepare_enable(gcc_gpu_cfg_ahb_clk.clkr.hw.clk);
/* Keep bimc gfx clock port on all the time */
clk_prepare_enable(gcc_bimc_gfx_clk.clkr.hw.clk);
dev_info(&pdev->dev, "Registered GCC clocks\n");
return ret;