diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-17 12:20:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-17 12:20:13 -0400 |
commit | 0ee6f75016e940d7d5f14825d93bbecd2552c219 (patch) | |
tree | 153d2086bc1606e9e8b8701d19669d573e7ffb49 /Documentation/devicetree | |
parent | b27729344d7bd00fed692db10f020e1689942f02 (diff) | |
parent | f724ba3b07aa5a012b7b0be323484195b5026282 (diff) |
Merge remote-tracking branch 'asoc/topic/adau1701' into asoc-next
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/adi,adau1701.txt | 23 |
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 000000000000..3afeda77b5b9 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/adi,adau1701.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | Analog Devices ADAU1701 | ||
2 | |||
3 | Required properties: | ||
4 | |||
5 | - compatible: Should contain "adi,adau1701" | ||
6 | - reg: The i2c address. Value depends on the state of ADDR0 | ||
7 | and ADDR1, as wired in hardware. | ||
8 | |||
9 | Optional properties: | ||
10 | |||
11 | - reset-gpio: A GPIO spec to define which pin is connected to the | ||
12 | chip's !RESET pin. If specified, the driver will | ||
13 | assert a hardware reset at probe time. | ||
14 | |||
15 | Examples: | ||
16 | |||
17 | i2c_bus { | ||
18 | adau1701@34 { | ||
19 | compatible = "adi,adau1701"; | ||
20 | reg = <0x34>; | ||
21 | reset-gpio = <&gpio 23 0>; | ||
22 | }; | ||
23 | }; | ||