diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-02-01 20:23:05 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-02-09 04:48:55 +0300 |
commit | cb81719e3c1165ef1bc33137dc628f750eed8ea4 (patch) | |
tree | 3f181fcfdaaf601fb6631ddccfc0926a281ec8df /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 658c82caffa042b351f5a1b6325819297a951a04 (diff) | |
download | linux-cb81719e3c1165ef1bc33137dc628f750eed8ea4.tar.xz |
clk: qcom: gpucc-sdm845: fix clk_dis_wait being programmed for CX GDSC
The gdsc_init() function will rewrite the CLK_DIS_WAIT field while
registering the GDSC (writing the value 0x2 by default). This will
override the setting done in the driver's probe function.
Set cx_gdsc.clk_dis_wait_val to 8 to follow the intention of the probe
function.
Fixes: 453361cdd757 ("clk: qcom: Add graphics clock controller driver for SDM845")
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230201172305.993146-2-dmitry.baryshkov@linaro.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions