projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38d10e
)
ASoC: ak4104: Add regulator to documentation
author
Daniel Mack
<zonque@gmail.com>
Fri, 28 Mar 2014 18:05:05 +0000
(19:05 +0100)
committer
Mark Brown
<broonie@linaro.org>
Wed, 23 Apr 2014 12:20:07 +0000
(13:20 +0100)
Add the vdd supply to Documentation/devicetree/bindings/sound/ak4104.txt.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/ak4104.txt
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/sound/ak4104.txt
b/Documentation/devicetree/bindings/sound/ak4104.txt
index b902ee39cf8973bae24217f329c5c24ab8d012bb..deca5e18f304bd2a45723acd4579959a6fe8ce61 100644
(file)
--- 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>;
};