replace the TI patch with a smaller patchset
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch
1 From 2e8f45c820bc025bac3a5257478f16f73b38d54c Mon Sep 17 00:00:00 2001
2 From: Jyri Sarha <jsarha@ti.com>
3 Date: Wed, 11 Sep 2013 15:04:56 +0300
4 Subject: [PATCH 217/752] ASoC: tlv320aic3x: Add regulators to DT bindings
5 document
6
7 Add regulator properties to tlv320aic3x DT bindings document.
8
9 Signed-off-by: Jyri Sarha <jsarha@ti.com>
10 ---
11 Documentation/devicetree/bindings/sound/tlv320aic3x.txt | 7 +++++++
12 1 file changed, 7 insertions(+)
13
14 diff --git a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
15 index 705a6b1..ba26477 100644
16 --- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
17 +++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
18 @@ -24,10 +24,17 @@ Optional properties:
19 3 - MICBIAS output is connected to AVDD,
20 If this node is not mentioned or if the value is incorrect, then MicBias
21 is powered down.
22 +- AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the
23 + device as covered in Documentation/devicetree/bindings/regulator/regulator.txt
24
25 Example:
26
27 tlv320aic3x: tlv320aic3x@1b {
28 compatible = "ti,tlv320aic3x";
29 reg = <0x1b>;
30 +
31 + AVDD-supply = <&regulator>;
32 + IOVDD-supply = <&regulator>;
33 + DRVDD-supply = <&regulator>;
34 + DVDD-supply = <&regulator>;
35 };
36 --
37 1.7.10.4
38