Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / extcon / extcon-fsa9480.txt
1 FAIRCHILD SEMICONDUCTOR FSA9480 MICROUSB SWITCH
2
3 The FSA9480 is a USB port accessory detector and switch. The FSA9480 is fully
4 controlled using I2C and enables USB data, stereo and mono audio, video,
5 microphone, and UART data to use a common connector port.
6
7 Required properties:
8  - compatible : Must be "fcs,fsa9480"
9  - reg : Specifies i2c slave address. Must be 0x25.
10  - interrupts : Should contain one entry specifying interrupt signal of
11    interrupt parent to which interrupt pin of the chip is connected.
12
13  Example:
14         musb@25 {
15                 compatible = "fcs,fsa9480";
16                 reg = <0x25>;
17                 interrupt-parent = <&gph2>;
18                 interrupts = <7 0>;
19         };