2020-07-08 19:32:32 +08:00
|
|
|
MT8183 with MT6358, TS3A227, MAX98357, and RT1015 CODECS
|
2019-03-29 16:34:47 +08:00
|
|
|
|
|
|
|
Required properties:
|
2020-07-08 19:32:32 +08:00
|
|
|
- compatible : "mediatek,mt8183_mt6358_ts3a227_max98357" for MAX98357A codec
|
2020-07-20 09:25:58 +08:00
|
|
|
"mediatek,mt8183_mt6358_ts3a227_max98357b" for MAX98357B codec
|
2020-07-08 19:32:32 +08:00
|
|
|
"mediatek,mt8183_mt6358_ts3a227_rt1015" for RT1015 codec
|
2021-03-11 11:31:50 +08:00
|
|
|
"mediatek,mt8183_mt6358_ts3a227_rt1015p" for RT1015P codec
|
2019-03-29 16:34:47 +08:00
|
|
|
- mediatek,platform: the phandle of MT8183 ASoC platform
|
|
|
|
|
2019-09-20 19:23:20 +08:00
|
|
|
Optional properties:
|
|
|
|
- mediatek,headset-codec: the phandles of ts3a227 codecs
|
2019-10-19 15:02:53 +08:00
|
|
|
- mediatek,ec-codec: the phandle of EC codecs.
|
|
|
|
See google,cros-ec-codec.txt for more details.
|
2020-07-10 13:25:00 +08:00
|
|
|
- mediatek,hdmi-codec: the phandles of HDMI codec
|
2019-09-20 19:23:20 +08:00
|
|
|
|
2019-03-29 16:34:47 +08:00
|
|
|
Example:
|
|
|
|
|
|
|
|
sound {
|
|
|
|
compatible = "mediatek,mt8183_mt6358_ts3a227_max98357";
|
|
|
|
mediatek,headset-codec = <&ts3a227>;
|
2019-10-19 15:02:53 +08:00
|
|
|
mediatek,ec-codec = <&ec_codec>;
|
2020-07-10 13:25:00 +08:00
|
|
|
mediatek,hdmi-codec = <&it6505dptx>;
|
2019-03-29 16:34:47 +08:00
|
|
|
mediatek,platform = <&afe>;
|
|
|
|
};
|
|
|
|
|