Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c62ca492 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: alpha-pll: Update the Lucid PLL registers for debug



Add the test control registers to be printed for debug and also update the
zonda pll output mask to enable all the required PLL outputs.

Change-Id: Ide0b5b85400ad6d7eea471f9fa8d61a84b75325e
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 03ce9ca5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ EXPORT_SYMBOL_GPL(clk_alpha_pll_regs);
#define LUCID_PCAL_DONE		BIT(27)

/* ZONDA PLL specific offsets */
#define ZONDA_PLL_OUT_MASK	0x9
#define ZONDA_PLL_OUT_MASK	0xF
#define ZONDA_STAY_IN_CFA	BIT(16)
#define ZONDA_PLL_FREQ_LOCK_DET	BIT(29)

@@ -1850,7 +1850,8 @@ static void clk_alpha_pll_lucid_list_registers(struct seq_file *f,
		{"PLL_CONFIG_CTL_U", 0x1c},
		{"PLL_CONFIG_CTL_U1", 0x20},
		{"PLL_TEST_CTL", 0x24},
		{"PLL_TEST_CTL_U1", 0x28},
		{"PLL_TEST_CTL_U", 0x28},
		{"PLL_TEST_CTL_U1", 0x2C},
		{"PLL_STATUS", 0x30},
		{"PLL_ALPHA_VAL", 0x40},
	};