kernel/Documentation/devicetree/bindings/sound/rt5663.txt
.. .. @@ -10,6 +10,10 @@ 10 10 11 11 - interrupts : The CODEC's interrupt output. 12 12 13 +- avdd-supply: Power supply for AVDD, providing 1.8V.14 +15 +- cpvdd-supply: Power supply for CPVDD, providing 3.5V.16 +13 17 Optional properties: 14 18 15 19 - "realtek,dc_offset_l_manual" .. .. @@ -51,4 +55,6 @@ 51 55 compatible = "realtek,rt5663"; 52 56 reg = <0x12>; 53 57 interrupts = <7 IRQ_TYPE_EDGE_FALLING>; 58 + avdd-supply = <&pp1800_a_alc5662>;59 + cpvdd-supply = <&pp3500_a_alc5662>;54 60 };