2015-06-15 22:38:03 +08:00
|
|
|
MT8173 with MAX98090 CODEC
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : "mediatek,mt8173-max98090"
|
|
|
|
- mediatek,audio-codec: the phandle of the MAX98090 audio codec
|
2015-07-09 10:51:27 +08:00
|
|
|
- mediatek,platform: the phandle of MT8173 ASoC platform
|
2015-06-15 22:38:03 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
sound {
|
|
|
|
compatible = "mediatek,mt8173-max98090";
|
|
|
|
mediatek,audio-codec = <&max98090>;
|
2015-07-09 10:51:27 +08:00
|
|
|
mediatek,platform = <&afe>;
|
2015-06-15 22:38:03 +08:00
|
|
|
};
|
|
|
|
|