summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/wm8510.txt
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-09-22 09:56:12 +0200
committerTakashi Iwai <tiwai@suse.de>2011-09-22 09:56:12 +0200
commitaf1910a817c5ad52c32dddacc1744cfa1b35889e (patch)
tree2d6504a2ac5971bb84e0172bbdd309b781048849 /Documentation/devicetree/bindings/sound/wm8510.txt
parent5495ffbd7b56d8bffebc5e30f03ea374590f1bb4 (diff)
parentf648de832dbf6d1947ce5a7c0ed24a3a71d8545b (diff)
downloadop-kernel-dev-af1910a817c5ad52c32dddacc1744cfa1b35889e.zip
op-kernel-dev-af1910a817c5ad52c32dddacc1744cfa1b35889e.tar.gz
Merge branch 'topic/asoc' into topic/remove-irqf_disable
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8510.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/wm8510.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8510.txt b/Documentation/devicetree/bindings/sound/wm8510.txt
new file mode 100644
index 0000000..fa1a32b
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/wm8510.txt
@@ -0,0 +1,18 @@
+WM8510 audio CODEC
+
+This device supports both I2C and SPI (configured with pin strapping
+on the board).
+
+Required properties:
+
+ - compatible : "wlf,wm8510"
+
+ - reg : the I2C address of the device for I2C, the chip select
+ number for SPI.
+
+Example:
+
+codec: wm8510@1a {
+ compatible = "wlf,wm8510";
+ reg = <0x1a>;
+};
OpenPOWER on IntegriCloud