Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / power / supply / sbs_sbs-charger.txt
bloba3719623a94f0f20c6a5b2831b0e736425eaef41
1 SBS sbs-charger
2 ~~~~~~~~~~
4 Required properties:
5  - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
6      number compatible string might be used in order to take care of vendor
7      specific registers.
9 Optional properties:
10 - interrupt-parent: Should be the phandle for the interrupt controller. Use in
11     conjunction with "interrupts".
12 - interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
13     "interrupt-parent". If an interrupt is not provided the driver will switch
14     automatically to polling.
16 Example:
18         ltc4100@9 {
19                 compatible = "lltc,ltc4100", "sbs,sbs-charger";
20                 reg = <0x9>;
21                 interrupt-parent = <&gpio6>;
22                 interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
23         };