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

Commit 3a28d046 authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

clk: qcom: gcc: Update voltage voting Support for GCC CPUSS AHB clock



Add voltage voting support for GCC CPUSS AHB clock upto 100MHz.

Change-Id: I87c06750355c51c3211dc42cb93a87c933870f6b
Signed-off-by: default avatarJagadeesh Kona <jkona@codeaurora.org>
parent a92558f2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -484,7 +484,8 @@ static struct clk_rcg2 gcc_cpuss_ahb_clk_src = {
		.num_rate_max = VDD_NUM,
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOWER] = 19200000,
		},
			[VDD_LOW] = 50000000,
			[VDD_NOMINAL] = 100000000},
	},
};