mt6797-mt6351.txt 343 B

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