diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2014-02-20 12:22:59 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-22 22:59:31 -0500 |
commit | 239b669b2dedc46d5e6b07d87c3d1dedf8d9477c (patch) | |
tree | b150ff9d9af91974b7bff8ba8f24b454a9fc45e4 /Documentation/devicetree/bindings/sound | |
parent | 98b664e2ceddd40120e8cd2aa56f7eb9a51870cf (diff) |
ASoC: tlv320aic32x4: Support for regulators
Support regulators to power up the codec. This patch also enables the
AVDD LDO if no AV regulator was found.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tlv320aic32x4.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt index 352be7b1f7e2..5e2741af27be 100644 --- a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt +++ b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt | |||
@@ -5,6 +5,14 @@ The tlv320aic32x4 serial control bus communicates through I2C protocols | |||
5 | Required properties: | 5 | Required properties: |
6 | - compatible: Should be "ti,tlv320aic32x4" | 6 | - compatible: Should be "ti,tlv320aic32x4" |
7 | - reg: I2C slave address | 7 | - reg: I2C slave address |
8 | - supply-*: Required supply regulators are: | ||
9 | "iov" - digital IO power supply | ||
10 | "ldoin" - LDO power supply | ||
11 | "dv" - Digital core power supply | ||
12 | "av" - Analog core power supply | ||
13 | If you supply ldoin, dv and av are optional. Otherwise they are required | ||
14 | See regulator/regulator.txt for more information about the detailed binding | ||
15 | format. | ||
8 | 16 | ||
9 | Optional properties: | 17 | Optional properties: |
10 | - reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt | 18 | - reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt |