cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

wm8782.txt (423B)


      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};