diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2017-06-14 21:04:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-15 19:23:27 +0200 |
commit | a9bc67de0c5713a8675bfe33bfe9cb36c7934589 (patch) | |
tree | 922947f6857be1a917f556fd06e77e46d1b20ced /Documentation/devicetree/bindings | |
parent | regulator: tps65910: check TPS65910_NUM_REGS at build time (diff) | |
download | linux-a9bc67de0c5713a8675bfe33bfe9cb36c7934589.tar.xz linux-a9bc67de0c5713a8675bfe33bfe9cb36c7934589.zip |
regulator: tps65910: wire up sleep control configuration
This enables configuring the PMIC's sleep mode via device-tree.
A pointer indirection to sleep mode data is removed, as it simplifies
the implementation slightly. In current kernel tree, platform data
structure is not used outside MFD cell drivers.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/tps65910.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/tps65910.txt b/Documentation/devicetree/bindings/mfd/tps65910.txt index 38833e63a59f..8af1202b381d 100644 --- a/Documentation/devicetree/bindings/mfd/tps65910.txt +++ b/Documentation/devicetree/bindings/mfd/tps65910.txt @@ -61,6 +61,10 @@ Optional properties: There should be 9 entries here, one for each gpio. - ti,system-power-controller: Telling whether or not this pmic is controlling the system power. +- ti,sleep-enable: Enable SLEEP state. +- ti,sleep-keep-therm: Keep thermal monitoring on in sleep state. +- ti,sleep-keep-ck32k: Keep the 32KHz clock output on in sleep state. +- ti,sleep-keep-hsclk: Keep high speed internal clock on in sleep state. Regulator Optional properties: - ti,regulator-ext-sleep-control: enable external sleep |