diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-09-22 11:56:12 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-09-22 11:56:12 +0400 |
commit | af1910a817c5ad52c32dddacc1744cfa1b35889e (patch) | |
tree | 2d6504a2ac5971bb84e0172bbdd309b781048849 /Documentation/devicetree/bindings/sound/wm8753.txt | |
parent | 5495ffbd7b56d8bffebc5e30f03ea374590f1bb4 (diff) | |
parent | f648de832dbf6d1947ce5a7c0ed24a3a71d8545b (diff) | |
download | linux-af1910a817c5ad52c32dddacc1744cfa1b35889e.tar.xz |
Merge branch 'topic/asoc' into topic/remove-irqf_disable
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8753.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8753.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8753.txt b/Documentation/devicetree/bindings/sound/wm8753.txt new file mode 100644 index 000000000000..e65277a0fb60 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/wm8753.txt @@ -0,0 +1,18 @@ +WM8753 audio CODEC + +This device supports both I2C and SPI (configured with pin strapping +on the board). + +Required properties: + + - compatible : "wlf,wm8753" + + - reg : the I2C address of the device for I2C, the chip select + number for SPI. + +Example: + +codec: wm8737@1a { + compatible = "wlf,wm8753"; + reg = <0x1a>; +}; |