clk: qcom: mmcc-msm8998: Fix the SMMU GDSC
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 9 Aug 2023 19:20:28 +0000 (21:20 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 20 Sep 2023 12:40:33 +0000 (05:40 -0700)
commit1fc62c8347397faf4e18249e88ecd4470c0a5357
treec7eede9013bcd2ead71998b559b88e02466f2c80
parent9906c4140897bbdbff7bb71c6ae67903cb9954ce
clk: qcom: mmcc-msm8998: Fix the SMMU GDSC

The SMMU GDSC doesn't have to be ALWAYS-ON and shouldn't feature the
HW_CTRL flag (it's separate from hw_ctrl_addr).  In addition to that,
it should feature a cxc entry for bimc_smmu_axi_clk and be marked as
votable.

Fix all of these issues.

Fixes: d14b15b5931c ("clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://lore.kernel.org/r/20230531-topic-8998_mmssclk-v3-5-ba1b1fd9ee75@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/mmcc-msm8998.c