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

ASoC: Add device tree documentation file for wm8782 stereo DAC

Add a device tree documentation file for the wm8782 stereo DAC to describe
the regulator handles.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Daniel Mack and committed by
Mark Brown
cc65fb65 d5a5dcd3

+17
+17
Documentation/devicetree/bindings/sound/wm8782.txt
··· 1 + WM8782 stereo ADC 2 + 3 + This device does not have any control interface or reset pins. 4 + 5 + Required properties: 6 + 7 + - compatible : "wlf,wm8782" 8 + - Vdda-supply : phandle to a regulator for the analog power supply (2.7V - 5.5V) 9 + - Vdd-supply : phandle to a regulator for the digital power supply (2.7V - 3.6V) 10 + 11 + Example: 12 + 13 + wm8782: stereo-adc { 14 + compatible = "wlf,wm8782"; 15 + Vdda-supply = <&vdda_supply>; 16 + Vdd-supply = <&vdd_supply>; 17 + };