Merge "ARM: dts: msm: Update init mode as LPM for L11B for kera"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e6be7f713b
@@ -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>
|
||||||
@@ -289,7 +289,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>;
|
||||||
|
|
||||||
@@ -299,7 +299,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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user