From a681eb00bafebfab696e8a57325cefea6481cef4 Mon Sep 17 00:00:00 2001 From: David Collins Date: Thu, 4 Jan 2024 11:30:59 -0800 Subject: [PATCH] ARM: dts: qcom: keep L2F and L3F regulators always-on for Sun boards Configure the L2F and L3F regulators on Sun boards to be always enabled. This ensures that WCN hardware operates correctly. Use low power mode (LPM) as the initial mode to reduce current consumption before BT or WLAN is enabled. Change-Id: I7820a19dd89fda0abfe6094420a8d72c8acbe33a Signed-off-by: David Collins --- qcom/sun-regulators.dtsi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qcom/sun-regulators.dtsi b/qcom/sun-regulators.dtsi index 6a99c4c9..f2627055 100644 --- a/qcom/sun-regulators.dtsi +++ b/qcom/sun-regulators.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -810,7 +810,8 @@ regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; qcom,init-voltage = <1200000>; - qcom,init-mode = ; + qcom,init-mode = ; + regulator-always-on; }; }; @@ -829,7 +830,8 @@ regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; qcom,init-voltage = <1800000>; - qcom,init-mode = ; + qcom,init-mode = ; + regulator-always-on; }; };