Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78f7bced authored by Rhyland Klein's avatar Rhyland Klein Committed by Anton Vorontsov
Browse files

power_supply: Add OF bindings documentation for tps65090-charger



This change adds the binding documentation for the tps65090-charger.

Signed-off-by: default avatarRhyland Klein <rklein@nvidia.com>
Signed-off-by: default avatarAnton Vorontsov <anton@enomsg.org>
parent 441a499e
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
TPS65090 Frontend PMU with Switchmode Charger

Required Properties:
-compatible: "ti,tps65090"
-reg: I2C slave address
-interrupts: the interrupt output to which this device connects

Optional Properties:
-ti,enable-low-current-chrg: Enables charging when a low current is detected
 while the default logic is to stop charging.

Example:

	tps65090@48 {
		compatible = "ti,tps65090";
		reg = <0x48>;
		interrupts = <0 88 0x4>;

		ti,enable-low-current-chrg;

		regulators {
			...
		};