[PATCH 1/4] ASoC: wm9713: add binding for WM9713 codec

From: Robert Jarzmik
Date: Sat Feb 20 2016 - 09:38:24 EST


This adds a binding for the Wolfson WM9713 audio codec.

Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>
---
Documentation/devicetree/bindings/sound/wm9713.txt | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/wm9713.txt

diff --git a/Documentation/devicetree/bindings/sound/wm9713.txt b/Documentation/devicetree/bindings/sound/wm9713.txt
new file mode 100644
index 000000000000..761001bc3201
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/wm9713.txt
@@ -0,0 +1,14 @@
+WM9713 audio CODEC
+
+This devices supports I2C.
+
+Required properties:
+ - compatible :
+ "wlf,wm9713"
+
+Example:
+ wm9713: wm9713@0 {
+ compatible = "wlf,wm9713";
+ #sound-dai-cells = <1>;
+ status = "okay";
+ };
--
2.1.4