Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / 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 };