Re: [PATCH 3/4] clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks

From: Jeffrey Hugo
Date: Fri Jun 02 2023 - 10:20:45 EST


On 5/31/2023 3:01 AM, Konrad Dybcio wrote:
Some branch clocks are governed externally and we're only supposed to
send a request concerning their shutdown, not actually ensure it happens.

Use the BRANCH_HALT_SKIP define to skip checking the halt bit.

Fixes: d14b15b5931c ("clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Reviewed-by: Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx>