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)
commit9ffee1c4be7c1981e47e520172638a4b00881880
treeb41d0bd1564bcae336b6b0fccf06fde124205547
parentd8609a3a2e4f6fb1fa5cf2468547eb30507e78c4
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
This page took 0.024533 seconds and 5 git commands to generate.