diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 11:06:53 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 11:06:53 +0000 |
commit | 555df91a00c2d70949cb38415b6de7e4304c0f9a (patch) | |
tree | 207a5ed1b434374bc4a5edbea9a41f7c22da9ca5 /Documentation/devicetree | |
parent | fa10a92b4746caa90bdd930755774ce9607290bc (diff) | |
parent | 346f1d40833c75ddb5e9e4b47fb00e20f8152762 (diff) | |
download | blackbird-op-linux-555df91a00c2d70949cb38415b6de7e4304c0f9a.tar.gz blackbird-op-linux-555df91a00c2d70949cb38415b6de7e4304c0f9a.zip |
Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-next
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8962.txt | 16 |
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>; +}; |