forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/devicetree/bindings/sound/simple-amplifier.txt
....@@ -2,11 +2,16 @@
22
33 Required properties:
44 - compatible : "dioo,dio2125" or "simple-audio-amplifier"
5
+
6
+Optional properties:
57 - enable-gpios : the gpio connected to the enable pin of the simple amplifier
8
+- VCC-supply : power supply for the device, as covered
9
+ in Documentation/devicetree/bindings/regulator/regulator.txt
610
711 Example:
812
913 amp: analog-amplifier {
1014 compatible = "simple-audio-amplifier";
15
+ VCC-supply = <&regulator>;
1116 enable-gpios = <&gpio GPIOH_3 0>;
1217 };