sbs_sbs-charger.txt 595 B

123456789101112131415161718192021
  1. SBS sbs-charger
  2. ~~~~~~~~~~
  3. Required properties:
  4. - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
  5. number compatible string might be used in order to take care of vendor
  6. specific registers.
  7. Optional properties:
  8. - interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
  9. "interrupt-parent". If an interrupt is not provided the driver will switch
  10. automatically to polling.
  11. Example:
  12. ltc4100@9 {
  13. compatible = "lltc,ltc4100", "sbs,sbs-charger";
  14. reg = <0x9>;
  15. interrupt-parent = <&gpio6>;
  16. interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
  17. };