Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / power / supply / tps65217_charger.txt
1 TPS65217 Charger
2
3 Required Properties:
4 -compatible: "ti,tps65217-charger"
5 -interrupts: TPS65217 interrupt numbers for the AC and USB charger input change.
6              Should be <0> for the USB charger and <1> for the AC adapter.
7 -interrupt-names: Should be "USB" and "AC"
8
9 This node is a subnode of the tps65217 PMIC.
10
11 Example:
12
13         tps65217-charger {
14                 compatible = "ti,tps65217-charger";
15                 interrupts = <0>, <1>;
16                 interrupt-names = "USB", "AC";
17         };