Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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 };