Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: ak4104: Add regulator to documentation

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>

authored by

Daniel Mack and committed by
Mark Brown
def8397c b38d10ed

+3
+3
Documentation/devicetree/bindings/sound/ak4104.txt
··· 8 8 9 9 - reg : The chip select number on the SPI bus 10 10 11 + - vdd-supply : A regulator node, providing 2.7V - 3.6V 12 + 11 13 Optional properties: 12 14 13 15 - reset-gpio : a GPIO spec for the reset pin. If specified, it will be ··· 21 19 compatible = "asahi-kasei,ak4104"; 22 20 reg = <0>; 23 21 spi-max-frequency = <5000000>; 22 + vdd-supply = <&vdd_3v3_reg>; 24 23 };