1Mediatek MT6358 Audio Codec 2 3The communication between MT6358 and SoC is through Mediatek PMIC wrapper. 4For more detail, please visit Mediatek PMIC wrapper documentation. 5 6Must be a child node of PMIC wrapper. 7 8Required properties: 9 10- compatible : "mediatek,mt6358-sound". 11- Avdd-supply : power source of AVDD 12 13Example: 14 15mt6358_snd { 16 compatible = "mediatek,mt6358-sound"; 17 Avdd-supply = <&mt6358_vaud28_reg>; 18}; 19