mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
6b24c9cb7d
This updates the DT documentation to reflect that the tps65090-charger should be represented as a child node of the tps65090 device itself. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
TPS65090 Frontend PMU with Switchmode Charger
|
|
|
|
Required Properties:
|
|
-compatible: "ti,tps65090-charger"
|
|
|
|
Optional Properties:
|
|
-ti,enable-low-current-chrg: Enables charging when a low current is detected
|
|
while the default logic is to stop charging.
|
|
|
|
This node is a subnode of the tps65090 PMIC.
|
|
|
|
Example:
|
|
|
|
tps65090-charger {
|
|
compatible = "ti,tps65090-charger";
|
|
ti,enable-low-current-chrg;
|
|
};
|