OSDN Git Service

clk: qcom: gcc-msm8998: Drop hmss_dvm and lpass_at
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 3 Dec 2018 18:33:28 +0000 (10:33 -0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 5 Dec 2018 23:57:45 +0000 (15:57 -0800)
commitb0d2e8a0cde9dc6cd0154b15f4a58462878e87e8
treef921ced0bbfbbfd8be2328e39252d6f5a332db1e
parentc0cb7c7e716471136b43760778c95eacaa54449a
clk: qcom: gcc-msm8998: Drop hmss_dvm and lpass_at

Disabling gcc_hmss_dvm_bus_clk and gcc_lpass_at_clk causes the board to
lock up, and by that preventing the kernel to boot without
clk_ignore_unused.

gcc_hmss_dvm_bus_clk is marked always-on downstream, but not referenced,
and gcc_lpass_at_clk isn't mentioned. So let's remove them until they
are needed by some client.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-msm8998.c