Merge remote-tracking branches 'asoc/topic/rl6231', 'asoc/topic/rt5514', 'asoc/topic...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / power / supply / maxim,max14656.txt
1 Maxim MAX14656 / AL32 USB Charger Detector
2
3 Required properties :
4 - compatible : "maxim,max14656";
5 - reg: i2c slave address
6 - interrupt-parent: the phandle for the interrupt controller
7 - interrupts: interrupt line
8
9 Example:
10
11 &i2c2 {
12         clock-frequency = <50000>;
13         pinctrl-names = "default";
14         pinctrl-0 = <&pinctrl_i2c2>;
15
16         max14656@35 {
17                 compatible = "maxim,max14656";
18                 reg = <0x35>;
19                 pinctrl-names = "default";
20                 pinctrl-0 = <&pinctrl_charger_detect>;
21                 interrupt-parent = <&gpio6>;
22                 interrupts = <26 IRQ_TYPE_LEVEL_HIGH>;
23         };
24 };