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

mt6351.txt (339B)


      1Mediatek MT6351 Audio Codec
      2
      3The communication between MT6351 and SoC is through Mediatek PMIC wrapper.
      4For more detail, please visit Mediatek PMIC wrapper documentation.
      5
      6Must be a child node of PMIC wrapper.
      7
      8Required properties:
      9
     10- compatible : "mediatek,mt6351-sound".
     11
     12Example:
     13
     14mt6351_snd {
     15	compatible = "mediatek,mt6351-sound";
     16};