]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage
authorStephan Gerhold <stephan.gerhold@linaro.org>
Wed, 23 Apr 2025 07:30:08 +0000 (09:30 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 6 May 2025 20:33:41 +0000 (13:33 -0700)
In the ACPI DSDT table, PPP_RESOURCE_ID_LDO2_J is configured with 1256000
uV instead of the 1200000 uV we have currently in the device tree. Use the
same for consistency and correctness.

Cc: stable@vger.kernel.org
Fixes: 7b8a31e82b87 ("arm64: dts: qcom: Add X1E001DE Snapdragon Devkit for Windows")
Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250423-x1e-vreg-l2j-voltage-v1-2-24b6a2043025@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e001de-devkit.dts

index 74911861a3bf2606add8cf4aaa3816542e837513..4693e4c9986a6f7d14282fabd584cc16f43f0f80 100644 (file)
 
                vreg_l2j_1p2: ldo2 {
                        regulator-name = "vreg_l2j_1p2";
-                       regulator-min-microvolt = <1200000>;
-                       regulator-max-microvolt = <1200000>;
+                       regulator-min-microvolt = <1256000>;
+                       regulator-max-microvolt = <1256000>;
                        regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
                };