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

ASoC: rt5663: Add documentation for power supply support

rt5663 codec driver will support setting CPVDD and AVDD power supply
from device tree.

Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Cheng-Yi Chiang and committed by
Mark Brown
276aa6d3 fd7de637

+6
+6
Documentation/devicetree/bindings/sound/rt5663.txt
··· 10 10 11 11 - interrupts : The CODEC's interrupt output. 12 12 13 + - avdd-supply: Power supply for AVDD, providing 1.8V. 14 + 15 + - cpvdd-supply: Power supply for CPVDD, providing 3.5V. 16 + 13 17 Optional properties: 14 18 15 19 - "realtek,dc_offset_l_manual" ··· 55 51 compatible = "realtek,rt5663"; 56 52 reg = <0x12>; 57 53 interrupts = <7 IRQ_TYPE_EDGE_FALLING>; 54 + avdd-supply = <&pp1800_a_alc5662>; 55 + cpvdd-supply = <&pp3500_a_alc5662>; 58 56 };