treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / mt6797-mt6351.txt
blob1d95a8840f196be1cb0e7e314fc482b0e150cb0c
1 MT6797 with MT6351 CODEC
3 Required 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
8 Example:
10         sound {
11                 compatible = "mediatek,mt6797-mt6351-sound";
12                 mediatek,audio-codec = <&mt6351_snd>;
13                 mediatek,platform = <&afe>;
14         };