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

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

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

parents 9224d6ad c285a764
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},
	},
};