summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/mt6797-mt6351.txt
blob: 1d95a8840f196be1cb0e7e314fc482b0e150cb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MT6797 with MT6351 CODEC

Required properties:
- compatible: "mediatek,mt6797-mt6351-sound"
- mediatek,platform: the phandle of MT6797 ASoC platform
- mediatek,audio-codec: the phandles of MT6351 codec

Example:

	sound {
		compatible = "mediatek,mt6797-mt6351-sound";
		mediatek,audio-codec = <&mt6351_snd>;
		mediatek,platform = <&afe>;
	};