mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 16:57:40 +07:00
6527c6856f
The older compatible variant of this chip is called FSA880 and works the same way, if we need some quirks in the future, it is good to let it have its own compatible string. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
22 lines
661 B
Plaintext
22 lines
661 B
Plaintext
FAIRCHILD SEMICONDUCTOR FSA9480 MICROUSB SWITCH
|
|
|
|
The FSA9480 is a USB port accessory detector and switch. The FSA9480 is fully
|
|
controlled using I2C and enables USB data, stereo and mono audio, video,
|
|
microphone, and UART data to use a common connector port.
|
|
|
|
Required properties:
|
|
- compatible : Must be one of
|
|
"fcs,fsa9480"
|
|
"fcs,fsa880"
|
|
- reg : Specifies i2c slave address. Must be 0x25.
|
|
- interrupts : Should contain one entry specifying interrupt signal of
|
|
interrupt parent to which interrupt pin of the chip is connected.
|
|
|
|
Example:
|
|
musb@25 {
|
|
compatible = "fcs,fsa9480";
|
|
reg = <0x25>;
|
|
interrupt-parent = <&gph2>;
|
|
interrupts = <7 0>;
|
|
};
|