Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | Mediatek MT6351 Audio Codec |
2 | |||||
3 | The communication between MT6351 and SoC is through Mediatek PMIC wrapper. | ||||
4 | For more detail, please visit Mediatek PMIC wrapper documentation. | ||||
5 | |||||
6 | Must be a child node of PMIC wrapper. | ||||
7 | |||||
8 | Required properties: | ||||
9 | |||||
10 | - compatible : "mediatek,mt6351-sound". | ||||
11 | |||||
12 | Example: | ||||
13 | |||||
14 | mt6351_snd { | ||||
15 | compatible = "mediatek,mt6351-sound"; | ||||
16 | }; |