diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-29 14:12:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-31 09:52:43 +0100 |
commit | 13c7d08f54cc83c1cd9884c5e142e485b748de18 (patch) | |
tree | 1f9d68ce20d0e61c45be82fa52d528c4fe67def4 /Documentation/devicetree/bindings/sound | |
parent | 1e3ad571d56ab96e5fab87cea71c0e657d4708cb (diff) |
ASoC: Add device tree binding for WM8770
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8770.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8770.txt b/Documentation/devicetree/bindings/sound/wm8770.txt new file mode 100644 index 00000000000..866e00ca150 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/wm8770.txt @@ -0,0 +1,16 @@ +WM8770 audio CODEC + +This device supports SPI. + +Required properties: + + - compatible : "wlf,wm8770" + + - reg : the chip select number. + +Example: + +codec: wm8770@1 { + compatible = "wlf,wm8770"; + reg = <1>; +}; |