Commit 887b528c authored by Niklas Cassel's avatar Niklas Cassel Committed by Andy Gross
Browse files

arm64: dts: qcom: qcs404-evb: fix l3 min voltage

The current l3 min voltage level is not supported by
the regulator (the voltage is not a multiple of the regulator step size),
so a driver requesting this exact voltage would fail, see discussion in:
https://patchwork.kernel.org/comment/22461199/

It was agreed upon to set a min voltage level that is a multiple of the
regulator step size.

There was actually a patch sent that did this:
https://patchwork.kernel.org/patch/10819313/



However, the commit 331ab98f ("arm64: dts: qcom: qcs404:
Fix voltages l3") that was applied is not identical to that patch.

Signed-off-by: default avatarNiklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent 32d3060d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
		};

		vreg_l3_1p05: l3 {
			regulator-min-microvolt = <1050000>;
			regulator-min-microvolt = <1048000>;
			regulator-max-microvolt = <1160000>;
		};