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

Commit e537acda authored by Naveen Yadav's avatar Naveen Yadav
Browse files

clk: qcom: clk-alpha-pll: Update the list_registers ops for Zonda PLL



Update the list_registers ops of Zonda PLL to print the status of
all the supported registers.

Change-Id: I50d0c246edf77f9288315c1b501e81dfd9cf3fb8
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent b53cdddc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1076,7 +1076,13 @@ static void clk_zonda_pll_list_registers(struct seq_file *f, struct clk_hw *hw)
		{"PLL_ALPHA_VAL", 0x8},
		{"PLL_USER_CTL", 0xC},
		{"PLL_CONFIG_CTL", 0x10},
		{"PLL_CONFIG_CTL_U", 0x14},
		{"PLL_CONFIG_CTL_U1", 0x18},
		{"PLL_TEST_CTL", 0x1C},
		{"PLL_TEST_CTL_U", 0x20},
		{"PLL_TEST_CTL_U1", 0x24},
		{"PLL_OPMODE", 0x28},
		{"PLL_STATUS", 0x38},
	};

	static struct clk_register_data pll_vote_reg = {