Add active-only and sleep-only regulator subnodes for rpmh-regulator devices L1F and L3G on Sun boards. This allows requests to be issued for them that are tied to the application processor's power collapse state. Change-Id: Ia8fd8c3aef5c5abfec1044ba3287b1a59f1d5824 Signed-off-by: David Collins <quic_collinsd@quicinc.com>
65 lines
763 B
Plaintext
65 lines
763 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&VRM_S4J {
|
|
status = "disabled";
|
|
};
|
|
|
|
&S4J {
|
|
status = "disabled";
|
|
};
|
|
|
|
&VRM_S5F {
|
|
status = "ok";
|
|
};
|
|
|
|
&S5F {
|
|
status = "ok";
|
|
};
|
|
|
|
&pm8550vs_f {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pm8550vs_f_temp_alarm {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pm8550ve_f {
|
|
status = "ok";
|
|
};
|
|
|
|
&pm8550ve_f_temp_alarm {
|
|
status = "ok";
|
|
};
|
|
|
|
&S8F_LEVEL {
|
|
regulator-name = "pm_v8f_s8_level";
|
|
};
|
|
|
|
&S8F_LEVEL_AO {
|
|
regulator-name = "pm_v8f_s8_level_ao";
|
|
};
|
|
|
|
&L1F {
|
|
regulator-name = "pm_v8f_l1";
|
|
};
|
|
|
|
&L1F_AO {
|
|
regulator-name = "pm_v8f_l1_ao";
|
|
};
|
|
|
|
&L1F_SO {
|
|
regulator-name = "pm_v8f_l1_so";
|
|
};
|
|
|
|
&L2F {
|
|
regulator-name = "pm_v8f_l2";
|
|
};
|
|
|
|
&L3F {
|
|
regulator-name = "pm_v8f_l3";
|
|
};
|