Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
[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         status = "okay";
16
17         max14656@35 {
18                 compatible = "maxim,max14656";
19                 reg = <0x35>;
20                 pinctrl-names = "default";
21                 pinctrl-0 = <&pinctrl_charger_detect>;
22                 interrupt-parent = <&gpio6>;
23                 interrupts = <26 IRQ_TYPE_LEVEL_HIGH>;
24         };
25 };