Merge remote-tracking branch 'spi/fix/core' into spi-linus
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / power / twl-charger.txt
1 TWL BCI (Battery Charger Interface)
2
3 Required properties:
4 - compatible:
5   - "ti,twl4030-bci"
6 - interrupts: two interrupt lines from the TWL SIH (secondary
7   interrupt handler) - interrupts 9 and 2.
8
9 Optional properties:
10 - ti,bb-uvolt: microvolts for charging the backup battery.
11 - ti,bb-uamp: microamps for charging the backup battery.
12
13 Examples:
14
15 bci {
16    compatible = "ti,twl4030-bci";
17    interrupts = <9>, <2>;
18    ti,bb-uvolt = <3200000>;
19    ti,bb-uamp = <150>;
20 };