summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/wm8994.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8994.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/wm8994.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8994.txt b/Documentation/devicetree/bindings/sound/wm8994.txt
deleted file mode 100644
index 7a7eb1e7bda..00000000000
--- a/Documentation/devicetree/bindings/sound/wm8994.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-WM1811/WM8994/WM8958 audio CODEC
-
-These devices support both I2C and SPI (configured with pin strapping
-on the board).
-
-Required properties:
-
- - compatible : "wlf,wm1811", "wlf,wm8994", "wlf,wm8958"
-
- - reg : the I2C address of the device for I2C, the chip select
- number for SPI.
-
-Example:
-
-codec: wm8994@1a {
- compatible = "wlf,wm8994";
- reg = <0x1a>;
-};