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

Commit 6f41934c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gcc: Update pcie aux clks to 19.2Mhz for all corners"

parents 65cce8ef eef33042
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -512,8 +512,7 @@ static struct clk_rcg2 gcc_pcie_0_aux_clk_src = {
		.vdd_class = &vdd_cx,
		.num_rate_max = VDD_NUM,
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_MIN] = 9600000,
			[VDD_LOW] = 19200000},
			[VDD_MIN] = 19200000},
	},
};

@@ -532,8 +531,7 @@ static struct clk_rcg2 gcc_pcie_1_aux_clk_src = {
		.vdd_class = &vdd_cx,
		.num_rate_max = VDD_NUM,
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_MIN] = 9600000,
			[VDD_LOW] = 19200000},
			[VDD_MIN] = 19200000},
	},
};