Skip to content

Commit f4f0c8a

Browse files
robimarkoandersson
authored andcommitted
clk: qcom: gcc-ipq6018: update UBI32 PLL
Update the UBI32 alpha PLL config to the latest values from the downstream QCA 5.4 kernel. Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230526190855.2941291-1-robimarko@gmail.com
1 parent 20beb85 commit f4f0c8a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

drivers/clk/qcom/gcc-ipq6018.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4149,15 +4149,20 @@ static struct clk_branch gcc_dcc_clk = {
41494149

41504150
static const struct alpha_pll_config ubi32_pll_config = {
41514151
.l = 0x3e,
4152-
.alpha = 0x57,
4152+
.alpha = 0x6667,
41534153
.config_ctl_val = 0x240d6aa8,
41544154
.config_ctl_hi_val = 0x3c2,
4155+
.config_ctl_val = 0x240d4828,
4156+
.config_ctl_hi_val = 0x6,
41554157
.main_output_mask = BIT(0),
41564158
.aux_output_mask = BIT(1),
41574159
.pre_div_val = 0x0,
41584160
.pre_div_mask = BIT(12),
41594161
.post_div_val = 0x0,
41604162
.post_div_mask = GENMASK(9, 8),
4163+
.alpha_en_mask = BIT(24),
4164+
.test_ctl_val = 0x1C0000C0,
4165+
.test_ctl_hi_val = 0x4000,
41614166
};
41624167

41634168
static const struct alpha_pll_config nss_crypto_pll_config = {

0 commit comments

Comments
 (0)