summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/wm8524.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/wm8524.txt')
-rw-r--r--dts/Bindings/sound/wm8524.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/dts/Bindings/sound/wm8524.txt b/dts/Bindings/sound/wm8524.txt
deleted file mode 100644
index f6c0c263b1..0000000000
--- a/dts/Bindings/sound/wm8524.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-WM8524 audio CODEC
-
-This device does not use I2C or SPI but a simple Hardware Control Interface.
-
-Required properties:
-
- - compatible : "wlf,wm8524"
-
- - wlf,mute-gpios: a GPIO spec for the MUTE pin.
-
-Example:
-
-wm8524: codec {
- compatible = "wlf,wm8524";
- wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
-};