Commit d6c6b85b authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: qrb4210-rb2: make L9A always-on

The L9A regulator is used to further control voltage regulators on the
board. It can be used to disable VBAT_mains, 1.8V, 3.3V, 5V rails). Make
sure that is stays always on to prevent undervolting of these volage
rails.

Fixes: 8d58a8c0 ("arm64: dts: qcom: Add base qrb4210-rb2 board dts")
Reviewed-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240605-rb2-l9a-aon-v2-1-0d493d0d107c@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent f77e7bd4
...@@ -414,6 +414,8 @@ vreg_l9a_1p8: l9 { ...@@ -414,6 +414,8 @@ vreg_l9a_1p8: l9 {
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-allow-set-load; regulator-allow-set-load;
regulator-always-on;
regulator-boot-on;
}; };
vreg_l10a_1p8: l10 { vreg_l10a_1p8: l10 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment