Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1WM8782 stereo ADC
2
3This device does not have any control interface or reset pins.
4
5Required 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
11Example:
12
13wm8782: stereo-adc {
14 compatible = "wlf,wm8782";
15 Vdda-supply = <&vdda_supply>;
16 Vdd-supply = <&vdd_supply>;
17};