brintos

brintos / linux-shallow public Read only

0
0
Text · 348 B · 519e97c Raw
16 lines · plain
1MT8173 with MAX98090 CODEC2 3Required properties:4- compatible : "mediatek,mt8173-max98090"5- mediatek,audio-codec: the phandle of the MAX98090 audio codec6- mediatek,platform: the phandle of MT8173 ASoC platform7 8Example:9 10	sound {11		compatible = "mediatek,mt8173-max98090";12		mediatek,audio-codec = <&max98090>;13		mediatek,platform = <&afe>;14	};15 16