mt8173-max98090.txt 348 B

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