hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/sound/rt5663.txt
....@@ -10,6 +10,10 @@
1010
1111 - interrupts : The CODEC's interrupt output.
1212
13
+- avdd-supply: Power supply for AVDD, providing 1.8V.
14
+
15
+- cpvdd-supply: Power supply for CPVDD, providing 3.5V.
16
+
1317 Optional properties:
1418
1519 - "realtek,dc_offset_l_manual"
....@@ -51,4 +55,6 @@
5155 compatible = "realtek,rt5663";
5256 reg = <0x12>;
5357 interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
58
+ avdd-supply = <&pp1800_a_alc5662>;
59
+ cpvdd-supply = <&pp3500_a_alc5662>;
5460 };