mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
dt-bindings: regulator: add disable-mode for rpmh-regulator
Add an optional property "qcom,disable-mode" for LDOs which gets set when they get disabled and removed when they are re-enabled, to avoid unexpected high power consumption when they are disabled and the mode gets set from another subsystem. Change-Id: Ie0173335d7574fb9e71daa1ee878d20bc32d8904
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
826e46e1cf
commit
c0bc4bc58e
@@ -89,6 +89,14 @@ First Level Nodes - RPMh Interface
|
||||
parameters values will only be sent after some consumer
|
||||
makes a request.
|
||||
|
||||
- qcom,disable-mode
|
||||
Usage: optional
|
||||
Value type: <u32>
|
||||
Definition: Specifies the mode to set for a VRM regulator when it gets disabled.
|
||||
The actual previously voted mode will be restored when the regulator
|
||||
is enabled.
|
||||
Supported values are RPMH_REGULATOR_MODE_* (i.e. 0 to 4).
|
||||
|
||||
=========================================
|
||||
Second Level Nodes - Regulator Interfaces
|
||||
=========================================
|
||||
|
||||
Reference in New Issue
Block a user