Merge "clk: qcom: keep gcc_bimc_gfx_clk always on for SDM660"
This commit is contained in:
commit
a9b0d6b409
1 changed files with 3 additions and 0 deletions
|
@ -2816,6 +2816,9 @@ static int gcc_660_probe(struct platform_device *pdev)
|
||||||
/* This clock is used for all GPUCC register access */
|
/* This clock is used for all GPUCC register access */
|
||||||
clk_prepare_enable(gcc_gpu_cfg_ahb_clk.clkr.hw.clk);
|
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");
|
dev_info(&pdev->dev, "Registered GCC clocks\n");
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue