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, 16 insertions, 0 deletions
diff --git a/dts/Bindings/sound/wm8524.txt b/dts/Bindings/sound/wm8524.txt
new file mode 100644
index 0000000000..20c62002cb
--- /dev/null
+++ b/dts/Bindings/sound/wm8524.txt
@@ -0,0 +1,16 @@
+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:
+
+codec: wm8524@0 {
+ compatible = "wlf,wm8524";
+ wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
+};