diff options
author | Jonathan Tinkham <sctincman@gmail.com> | 2016-02-03 09:03:46 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-02-15 08:35:34 +0300 |
commit | a60da83fd8949ebd6000e2d4b2876a899e38612b (patch) | |
tree | 9634279c7916d8ab547dea63cc855ee296ef7be1 /Documentation/devicetree/bindings/power_supply | |
parent | 1a3adce1c2c83498f0f9285c504b380fb4182d0d (diff) | |
download | linux-a60da83fd8949ebd6000e2d4b2876a899e38612b.tar.xz |
power: bq24735-charger: document 'ti,external-control' option
Implement an 'external-control' option for when the charger
shouldn't be configured by the kernel.
Signed-off-by: Jonathan Tinkham <sctincman@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power_supply')
-rw-r--r-- | Documentation/devicetree/bindings/power_supply/ti,bq24735.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt b/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt index 4f6a550184d0..3bf55757ceec 100644 --- a/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt +++ b/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt @@ -22,6 +22,9 @@ Optional properties : value must be between 128mA and 8.064A with a 128mA step resolution. The POR value is 0x1000h. This number is in mA (e.g. 8064), see the spec for more information about the InputCurrent (0x3fh) register. + - ti,external-control : Indicates that the charger is configured externally + and that the host should not attempt to enable/disable charging or set the + charge voltage/current. Example: |