summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-17 17:20:13 +0100
committerMark Brown <broonie@linaro.org>2013-06-17 17:20:13 +0100
commit0ee6f75016e940d7d5f14825d93bbecd2552c219 (patch)
tree153d2086bc1606e9e8b8701d19669d573e7ffb49 /Documentation
parentb27729344d7bd00fed692db10f020e1689942f02 (diff)
parentf724ba3b07aa5a012b7b0be323484195b5026282 (diff)
downloadop-kernel-dev-0ee6f75016e940d7d5f14825d93bbecd2552c219.zip
op-kernel-dev-0ee6f75016e940d7d5f14825d93bbecd2552c219.tar.gz
Merge remote-tracking branch 'asoc/topic/adau1701' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/adi,adau1701.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/adi,adau1701.txt b/Documentation/devicetree/bindings/sound/adi,adau1701.txt
new file mode 100644
index 0000000..3afeda7
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/adi,adau1701.txt
@@ -0,0 +1,23 @@
+Analog Devices ADAU1701
+
+Required properties:
+
+ - compatible: Should contain "adi,adau1701"
+ - reg: The i2c address. Value depends on the state of ADDR0
+ and ADDR1, as wired in hardware.
+
+Optional properties:
+
+ - reset-gpio: A GPIO spec to define which pin is connected to the
+ chip's !RESET pin. If specified, the driver will
+ assert a hardware reset at probe time.
+
+Examples:
+
+ i2c_bus {
+ adau1701@34 {
+ compatible = "adi,adau1701";
+ reg = <0x34>;
+ reset-gpio = <&gpio 23 0>;
+ };
+ };
OpenPOWER on IntegriCloud