Skip to content

Commit ea2a266

Browse files
stephan-ghgregkh
authored andcommitted
arm64: dts: qcom: x1-crd: Fix vreg_l2j_1p2 voltage
[ Upstream commit 5ce920e ] 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: bd50b1f ("arm64: dts: qcom: x1e80100: Add Compute Reference Device") 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-1-24b6a2043025@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent f7601a1 commit ea2a266

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/x1-crd.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@
674674

675675
vreg_l2j_1p2: ldo2 {
676676
regulator-name = "vreg_l2j_1p2";
677-
regulator-min-microvolt = <1200000>;
678-
regulator-max-microvolt = <1200000>;
677+
regulator-min-microvolt = <1256000>;
678+
regulator-max-microvolt = <1256000>;
679679
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
680680
};
681681

0 commit comments

Comments
 (0)