Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / richtek,rt1711h.txt
1 Richtek RT1711H TypeC PD Controller.
2
3 Required properties:
4  - compatible : Must be "richtek,rt1711h".
5  - reg : Must be 0x4e, it's slave address of RT1711H.
6  - interrupt-parent : the phandle for the interrupt controller that
7    provides interrupts for this device.
8  - interrupts : <a b> where a is the interrupt number and b represents an
9    encoding of the sense and level information for the interrupt.
10
11 Example :
12 rt1711h@4e {
13         compatible = "richtek,rt1711h";
14         reg = <0x4e>;
15         interrupt-parent = <&gpio26>;
16         interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
17 };