summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/extcon/extcon-fsa9480.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/extcon/extcon-fsa9480.txt')
-rw-r--r--dts/Bindings/extcon/extcon-fsa9480.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/dts/Bindings/extcon/extcon-fsa9480.txt b/dts/Bindings/extcon/extcon-fsa9480.txt
deleted file mode 100644
index 624bd76f46..0000000000
--- a/dts/Bindings/extcon/extcon-fsa9480.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-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>;
- };