ARM: dts: msm: Update init mode as LPM for L11B for kera

update init mode as LPM , as L11B is kept always-on
if client is not available during boot in sleep state NPM is voted
because of init vote, update init mode to LPM.

Change-Id: I6e3602106970db24ca3166ded7176791515f7901
Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
This commit is contained in:
Kavya Nunna
2025-01-09 14:59:03 +05:30
parent a6b69a63df
commit 280a4588dc

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024-2025, Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h> #include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
@@ -280,7 +280,7 @@
qcom,resource-name = "ldob11"; qcom,resource-name = "ldob11";
qcom,regulator-type = "pmic5-ldo"; qcom,regulator-type = "pmic5-ldo";
qcom,supported-modes = qcom,supported-modes =
<RPMH_REGULATOR_MODE_LPM <RPMH_REGULATOR_MODE_RET
RPMH_REGULATOR_MODE_HPM>; RPMH_REGULATOR_MODE_HPM>;
qcom,mode-threshold-currents = <0 30000>; qcom,mode-threshold-currents = <0 30000>;
@@ -290,7 +290,7 @@
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2000000>; regulator-max-microvolt = <2000000>;
qcom,init-voltage = <1800000>; qcom,init-voltage = <1800000>;
qcom,init-mode = <RPMH_REGULATOR_MODE_HPM>; qcom,init-mode = <RPMH_REGULATOR_MODE_LPM>;
regulator-always-on; regulator-always-on;
}; };
}; };