Re: [PATCH 2/3] clk: qcom: gcc-msm8998: Disable halt check of UFS clocks

From: Stephen Boyd
Date: Fri Nov 30 2018 - 02:06:52 EST


Quoting Bjorn Andersson (2018-11-29 22:52:58)
> Drop the halt check of the UFS symbol clocks, in accordance with other
> platforms. This makes clk_disable_unused() happy and makes it possible
> to turn the clocks on again without an error.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>

Someone was supposed to figure out why we needed to SKIP here instead of
doing things in the proper order. Is anyone attempting to figure that
out?