aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:53 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:53 +0000
commit555df91a00c2d70949cb38415b6de7e4304c0f9a (patch)
tree207a5ed1b434374bc4a5edbea9a41f7c22da9ca5 /Documentation/devicetree
parentfa10a92b4746caa90bdd930755774ce9607290bc (diff)
parent346f1d40833c75ddb5e9e4b47fb00e20f8152762 (diff)
Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-next
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/sound/wm8962.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8962.txt b/Documentation/devicetree/bindings/sound/wm8962.txt
new file mode 100644
index 00000000000..dceb3b1c2bb
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/wm8962.txt
@@ -0,0 +1,16 @@
+WM8962 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+ - compatible : "wlf,wm8962"
+
+ - reg : the I2C address of the device.
+
+Example:
+
+codec: wm8962@1a {
+ compatible = "wlf,wm8962";
+ reg = <0x1a>;
+};