Skip to content

Commit 9893758

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: [email protected] Fixes: bd50b1f ("arm64: dts: qcom: x1e80100: Add Compute Reference Device") Signed-off-by: Stephan Gerhold <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> [ Change x1e80100-crd.dts instead ] Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3d12349 commit 9893758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/x1e80100-crd.dts

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

660660
vreg_l2j_1p2: ldo2 {
661661
regulator-name = "vreg_l2j_1p2";
662-
regulator-min-microvolt = <1200000>;
663-
regulator-max-microvolt = <1200000>;
662+
regulator-min-microvolt = <1256000>;
663+
regulator-max-microvolt = <1256000>;
664664
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
665665
};
666666

0 commit comments

Comments
 (0)