clk: qcom: gcc-msm8996: Disable halt check on UFS clocks
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 24 May 2018 21:37:35 +0000 (14:37 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 1 Jun 2018 19:22:06 +0000 (12:22 -0700)
commit12d807cd34b8620a531f7871979242834039a5dd
treeb2f576f3a4272484055039b0f3b19bbbb4c9192b
parent096abdc296f1a4b36c4429934f8c218e0baca815
clk: qcom: gcc-msm8996: Disable halt check on UFS clocks

The halt check of the UFS symbol clocks always fails, as such probing
UFS after clk_disable_unused always fails. This makes it impossible to
boot a system with the UFS phy or UFS HCD drivers compiled as modules.

Follow SDM845 and disable the halt check on these clocks.

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