cns3xxx: support isolated PCI interrupts on newer Laguna PCBs
[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 --- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
15 +++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
16 @@ -24,10 +24,17 @@ Optional properties:
17         3 - MICBIAS output is connected to AVDD,
18         If this node is not mentioned or if the value is incorrect, then MicBias
19         is powered down.
20 +- AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the
21 +  device as covered in Documentation/devicetree/bindings/regulator/regulator.txt
22  
23  Example:
24  
25  tlv320aic3x: tlv320aic3x@1b {
26         compatible = "ti,tlv320aic3x";
27         reg = <0x1b>;
28 +
29 +       AVDD-supply = <&regulator>;
30 +       IOVDD-supply = <&regulator>;
31 +       DRVDD-supply = <&regulator>;
32 +       DVDD-supply = <&regulator>;
33  };