tps65090: Update bindings for subnode
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>
This commit is contained in:
parent
4420dc2000
commit
6b24c9cb7d
|
@ -1,23 +1,17 @@
|
||||||
TPS65090 Frontend PMU with Switchmode Charger
|
TPS65090 Frontend PMU with Switchmode Charger
|
||||||
|
|
||||||
Required Properties:
|
Required Properties:
|
||||||
-compatible: "ti,tps65090"
|
-compatible: "ti,tps65090-charger"
|
||||||
-reg: I2C slave address
|
|
||||||
-interrupts: the interrupt output to which this device connects
|
|
||||||
|
|
||||||
Optional Properties:
|
Optional Properties:
|
||||||
-ti,enable-low-current-chrg: Enables charging when a low current is detected
|
-ti,enable-low-current-chrg: Enables charging when a low current is detected
|
||||||
while the default logic is to stop charging.
|
while the default logic is to stop charging.
|
||||||
|
|
||||||
|
This node is a subnode of the tps65090 PMIC.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
tps65090@48 {
|
tps65090-charger {
|
||||||
compatible = "ti,tps65090";
|
compatible = "ti,tps65090-charger";
|
||||||
reg = <0x48>;
|
|
||||||
interrupts = <0 88 0x4>;
|
|
||||||
|
|
||||||
ti,enable-low-current-chrg;
|
ti,enable-low-current-chrg;
|
||||||
|
};
|
||||||
regulators {
|
|
||||||
...
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue