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

Commit c285a764 authored by Chetan C R's avatar Chetan C R
Browse files

clk: qcom: gcc: Change rate max values for SDM439



Changes vdd_nominal rate max values for csi clocks
mapping the frequency table.

Change-Id: I0ba1d9217344edef1cdfaa2754399a6af8a80f4b
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent bc4eb225
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1549,7 +1549,7 @@ static struct clk_rcg2 csi0_clk_src = {
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOW] = 100000000,
			[VDD_LOW_L1] = 200000000,
			[VDD_NOMINAL] = 266666667},
			[VDD_NOMINAL] = 266670000},
	},
};

@@ -1605,7 +1605,7 @@ static struct clk_rcg2 csi1_clk_src = {
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOW] = 100000000,
			[VDD_LOW_L1] = 200000000,
			[VDD_NOMINAL] = 266666667},
			[VDD_NOMINAL] = 266670000},
	},
};

@@ -1646,7 +1646,7 @@ static struct clk_rcg2 csi2_clk_src = {
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOW] = 100000000,
			[VDD_LOW_L1] = 200000000,
			[VDD_NOMINAL] = 266666667},
			[VDD_NOMINAL] = 266670000},
	},
};