tps65090.txt 397 B

1234567891011121314151617
  1. TPS65090 Frontend PMU with Switchmode Charger
  2. Required Properties:
  3. -compatible: "ti,tps65090-charger"
  4. Optional Properties:
  5. -ti,enable-low-current-chrg: Enables charging when a low current is detected
  6. while the default logic is to stop charging.
  7. This node is a subnode of the tps65090 PMIC.
  8. Example:
  9. tps65090-charger {
  10. compatible = "ti,tps65090-charger";
  11. ti,enable-low-current-chrg;
  12. };