aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-12-12 23:28:04 -0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-12-24 15:36:57 +0000
commit5ce568329e4fcf9e9050bff878f8157ca43bc882 (patch)
treeba67bc2c95ce80b84e9a31985ea34c876c588e25 /Documentation/devicetree/bindings/sound
parentLinux 3.8-rc1 (diff)
downloadlinux-dev-5ce568329e4fcf9e9050bff878f8157ca43bc882.tar.xz
linux-dev-5ce568329e4fcf9e9050bff878f8157ca43bc882.zip
ASoC: wm8962: Add device tree support
Add device tree support. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-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 000000000000..dceb3b1c2bb7
--- /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>;
+};