Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config

Update the test_ctl_hi_val and test_ctl_hi1_val of gpu_cc_pll1
as per latest HW recommendation.

Fixes: 0cef71f2ccc8 ("clk: qcom: Add graphics clock controller driver for SM8150")
Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231122042814.4158076-1-quic_skakitap@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Satya Priya Kakitapalli and committed by
Bjorn Andersson
6ebd9a4f 1d506073

+2 -2
+2 -2
drivers/clk/qcom/gpucc-sm8150.c
··· 37 37 .config_ctl_hi_val = 0x00002267, 38 38 .config_ctl_hi1_val = 0x00000024, 39 39 .test_ctl_val = 0x00000000, 40 - .test_ctl_hi_val = 0x00000002, 41 - .test_ctl_hi1_val = 0x00000000, 40 + .test_ctl_hi_val = 0x00000000, 41 + .test_ctl_hi1_val = 0x00000020, 42 42 .user_ctl_val = 0x00000000, 43 43 .user_ctl_hi_val = 0x00000805, 44 44 .user_ctl_hi1_val = 0x000000d0,