tps65217_charger.txt 450 B

123456789101112131415161718
  1. TPS65217 Charger
  2. Required Properties:
  3. -compatible: "ti,tps65217-charger"
  4. -interrupts: TPS65217 interrupt numbers for the AC and USB charger input change.
  5. Should be <0> for the USB charger and <1> for the AC adapter.
  6. -interrupt-names: Should be "USB" and "AC"
  7. This node is a subnode of the tps65217 PMIC.
  8. Example:
  9. tps65217-charger {
  10. compatible = "ti,tps65217-charger";
  11. interrupts = <0>, <1>;
  12. interrupt-names = "USB", "AC";
  13. };