diff options
author | Bill Huang <bilhuang@nvidia.com> | 2012-08-19 21:07:56 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-14 03:52:14 -0400 |
commit | b079fa72069ba7f754ba8bdf737335abdb971b67 (patch) | |
tree | 475ae5a57cddff10d9a3905390ba80a38301250a /Documentation | |
parent | 004c15a68076f5bdc343bed92efed81087cecbfb (diff) |
mfd: dt: tps65910: Add power off control
Add DT property "ti,system-power-controller" telling whether or not this
pmic is in charge of controlling the system power, so the power off
routine can be hooked up to system call "pm_power_off".
Based on the work by:
Dan Willemsen <dwillemsen@nvidia.com>
Signed-off-by: Bill Huang <bilhuang@nvidia.com>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'Documentation')
-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 db03599ae4dc..2e3304888ffc 100644 --- a/Documentation/devicetree/bindings/mfd/tps65910.txt +++ b/Documentation/devicetree/bindings/mfd/tps65910.txt | |||
@@ -59,6 +59,8 @@ Optional properties: | |||
59 | in TPS6591X datasheet) | 59 | in TPS6591X datasheet) |
60 | - ti,en-gpio-sleep: enable sleep control for gpios | 60 | - ti,en-gpio-sleep: enable sleep control for gpios |
61 | There should be 9 entries here, one for each gpio. | 61 | There should be 9 entries here, one for each gpio. |
62 | - ti,system-power-controller: Telling whether or not this pmic is controlling | ||
63 | the system power. | ||
62 | 64 | ||
63 | Regulator Optional properties: | 65 | Regulator Optional properties: |
64 | - ti,regulator-ext-sleep-control: enable external sleep | 66 | - ti,regulator-ext-sleep-control: enable external sleep |
@@ -79,6 +81,8 @@ Example: | |||
79 | #interrupt-cells = <2>; | 81 | #interrupt-cells = <2>; |
80 | interrupt-controller; | 82 | interrupt-controller; |
81 | 83 | ||
84 | ti,system-power-controller; | ||
85 | |||
82 | ti,vmbch-threshold = 0; | 86 | ti,vmbch-threshold = 0; |
83 | ti,vmbch2-threshold = 0; | 87 | ti,vmbch2-threshold = 0; |
84 | ti,en-ck32k-xtal; | 88 | ti,en-ck32k-xtal; |