Commit 93f21d92 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

clk: qcom: gpucc-sm6375: Configure CX_GDSC disable wait value



Configure the disable wait value on the CX GDSC to ensure we don't get
any undefined behavior. This was omitted when first adding the driver.

Fixes: 8397e242 ("clk: qcom: Add GPU clock controller driver for SM6375")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230329140135.2178957-1-konrad.dybcio@linaro.org
parent 996c32b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -358,6 +358,7 @@ static struct clk_branch gpucc_sleep_clk = {
static struct gdsc gpu_cx_gdsc = {
static struct gdsc gpu_cx_gdsc = {
	.gdscr = 0x106c,
	.gdscr = 0x106c,
	.gds_hw_ctrl = 0x1540,
	.gds_hw_ctrl = 0x1540,
	.clk_dis_wait_val = 8,
	.pd = {
	.pd = {
		.name = "gpu_cx_gdsc",
		.name = "gpu_cx_gdsc",
	},
	},