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

mt8173-max98090.txt (348B)


      1MT8173 with MAX98090 CODEC
      2
      3Required properties:
      4- compatible : "mediatek,mt8173-max98090"
      5- mediatek,audio-codec: the phandle of the MAX98090 audio codec
      6- mediatek,platform: the phandle of MT8173 ASoC platform
      7
      8Example:
      9
     10	sound {
     11		compatible = "mediatek,mt8173-max98090";
     12		mediatek,audio-codec = <&max98090>;
     13		mediatek,platform = <&afe>;
     14	};
     15