diff mbox

[2/2] ASoC: ak4104: Add regulator to documentation

Message ID 1396029905-6807-2-git-send-email-zonque@gmail.com (mailing list archive)
State Accepted
Commit def8397c115dd456f80e7e5202bba8c2df79f936
Headers show

Commit Message

Daniel Mack March 28, 2014, 6:05 p.m. UTC
Add the 3v3 supply to Documentation/devicetree/bindings/sound/ak4104.txt.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 Documentation/devicetree/bindings/sound/ak4104.txt | 3 +++
 1 file changed, 3 insertions(+)

Comments

Mark Brown March 29, 2014, 10:17 a.m. UTC | #1
On Fri, Mar 28, 2014 at 07:05:05PM +0100, Daniel Mack wrote:
> Add the 3v3 supply to Documentation/devicetree/bindings/sound/ak4104.txt.

Applied, thanks (changelog is slightly wrong...).
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/sound/ak4104.txt b/Documentation/devicetree/bindings/sound/ak4104.txt
index b902ee3..deca5e1 100644
--- a/Documentation/devicetree/bindings/sound/ak4104.txt
+++ b/Documentation/devicetree/bindings/sound/ak4104.txt
@@ -8,6 +8,8 @@  Required properties:
 
   - reg : The chip select number on the SPI bus
 
+  - vdd-supply : A regulator node, providing 2.7V - 3.6V
+
 Optional properties:
 
   - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
@@ -19,4 +21,5 @@  spdif: ak4104@0 {
 	compatible = "asahi-kasei,ak4104";
 	reg = <0>;
 	spi-max-frequency = <5000000>;
+	vdd-supply = <&vdd_3v3_reg>;
 };