]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sda660-ifc6560: fix l10a voltage ranges
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 7 Sep 2024 18:48:15 +0000 (21:48 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 7 Oct 2024 02:24:07 +0000 (21:24 -0500)
L10A, being a fixed regulator, should have min_voltage = max_voltage,
otherwise fixed rulator fails to probe. Fix the max_voltage range to be
equal to minimum.

Fixes: 4edbcf264fe2 ("arm64: dts: qcom: sda660-ifc6560: document missing USB PHY supplies")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240907-sdm660-wifi-v1-4-e316055142f8@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts

index ac0197624c09721046e480c066464c665418bac6..09bc010ce56a62ee642665fc0c2ca3162193a793 100644 (file)
                compatible = "regulator-fixed";
                regulator-name = "vreg_l10a_1p8";
                regulator-min-microvolt = <1804000>;
-               regulator-max-microvolt = <1896000>;
+               regulator-max-microvolt = <1804000>;
                regulator-always-on;
                regulator-boot-on;
        };