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

From: Jeffrey Hugo
Date: Fri Jun 02 2023 - 10:21:28 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: db2c7c0a04b1 ("clk: qcom: Add missing msm8998 gcc_bimc_gfx_clk")
Fixes: b5f5f525c547 ("clk: qcom: Add MSM8998 Global Clock Control (GCC) driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Reviewed-by: Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx>