]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: mmcc-8996: Remove clocks that should be controlled by RPM
authorArchit Taneja <architt@codeaurora.org>
Wed, 11 May 2016 09:37:32 +0000 (15:07 +0530)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 12 May 2016 21:48:28 +0000 (14:48 -0700)
commit90209d4cc8380fe0f9b4460b042ce847612163ed
treeb41d0bd1564bcae336b6b0fccf06fde124205547
parent3eaa6ef67dcee87ceb8ddaf44bf7f356fefdbce2
clk: qcom: mmcc-8996: Remove clocks that should be controlled by RPM

The branch clocks MMSS_MMAGIC_AXI_CLK and MMAGIC_BIMC_AXI_CLK are
controlled by RPM when the APPs processor enable or disable the
RPM_MMAXI_CLK.

During the boot sequence, someone can enable the RPM_MMAXI_CLK, resulting
in register status bits showing that these clocks are enabled, our
clock driver may look at the enabled status of these clocks and try to
disable them since it thinks they are unused.

Don't make the clock driver touch these clocks.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/mmcc-msm8996.c