Commit def8397c authored by Daniel Mack's avatar Daniel Mack Committed by Mark Brown

ASoC: ak4104: Add regulator to documentation

Add the vdd supply to Documentation/devicetree/bindings/sound/ak4104.txt.
Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent b38d10ed
...@@ -8,6 +8,8 @@ Required properties: ...@@ -8,6 +8,8 @@ Required properties:
- reg : The chip select number on the SPI bus - reg : The chip select number on the SPI bus
- vdd-supply : A regulator node, providing 2.7V - 3.6V
Optional properties: Optional properties:
- reset-gpio : a GPIO spec for the reset pin. If specified, it will be - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
...@@ -19,4 +21,5 @@ spdif: ak4104@0 { ...@@ -19,4 +21,5 @@ spdif: ak4104@0 {
compatible = "asahi-kasei,ak4104"; compatible = "asahi-kasei,ak4104";
reg = <0>; reg = <0>;
spi-max-frequency = <5000000>; spi-max-frequency = <5000000>;
vdd-supply = <&vdd_3v3_reg>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment