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

ASoC: dt-bindings: rt5682: Add DBVDD and LDO1-IN supplies

The rt5682 codec has two additional power supply pins, DBVDD and
LDO1_IN, that aren't currently described in the binding. Add them.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221102182002.255282-5-nfraprado@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Nícolas F. R. A. Prado and committed by
Mark Brown
9354fa7f 4d3c884c

+8
+8
Documentation/devicetree/bindings/sound/rt5682.txt
··· 17 17 - VBAT-supply: phandle to the regulator supplying battery power through the 18 18 VBAT pin. Either MICVDD or VBAT should be present. 19 19 20 + - DBVDD-supply: phandle to the regulator supplying I/O power through the DBVDD 21 + pin. 22 + 23 + - LDO1-IN-supply: phandle to the regulator supplying power to the digital core 24 + and charge pump through the LDO1_IN pin. 25 + 20 26 Optional properties: 21 27 22 28 - interrupts : The CODEC's interrupt output. ··· 93 87 94 88 AVDD-supply = <&avdd_reg>; 95 89 MICVDD-supply = <&micvdd_reg>; 90 + DBVDD-supply = <&dbvdd_reg>; 91 + LDO1-IN-supply = <&ldo1_in_reg>; 96 92 };