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

mt6797-mt6351.txt (343B)


      1MT6797 with MT6351 CODEC
      2
      3Required properties:
      4- compatible: "mediatek,mt6797-mt6351-sound"
      5- mediatek,platform: the phandle of MT6797 ASoC platform
      6- mediatek,audio-codec: the phandles of MT6351 codec
      7
      8Example:
      9
     10	sound {
     11		compatible = "mediatek,mt6797-mt6351-sound";
     12		mediatek,audio-codec = <&mt6351_snd>;
     13		mediatek,platform = <&afe>;
     14	};