Commit 1dd7d9d4 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sda660-ifc6560: fix l10a voltage ranges



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: 4edbcf26 ("arm64: dts: qcom: sda660-ifc6560: document missing USB PHY supplies")
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240907-sdm660-wifi-v1-4-e316055142f8@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent deac51ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ vreg_l10a_1p8: vreg-l10a-regulator {
		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;
	};