ARM: dts: msm: Update init mode as LPM for L2G for tuna
Update init mode as LPM , as L2G 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: I929be465451d0968cea75d486071b8593470ae9e Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
This commit is contained in:
@@ -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>
|
||||||
@@ -963,7 +963,7 @@
|
|||||||
regulator-min-microvolt = <1200000>;
|
regulator-min-microvolt = <1200000>;
|
||||||
regulator-max-microvolt = <1200000>;
|
regulator-max-microvolt = <1200000>;
|
||||||
qcom,init-voltage = <1200000>;
|
qcom,init-voltage = <1200000>;
|
||||||
qcom,init-mode = <RPMH_REGULATOR_MODE_HPM>;
|
qcom,init-mode = <RPMH_REGULATOR_MODE_LPM>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user