kernel/Documentation/devicetree/bindings/sound/simple-amplifier.txt
.. .. @@ -2,11 +2,16 @@ 2 2 3 3 Required properties: 4 4 - compatible : "dioo,dio2125" or "simple-audio-amplifier" 5 +6 +Optional properties:5 7 - enable-gpios : the gpio connected to the enable pin of the simple amplifier 8 +- VCC-supply : power supply for the device, as covered9 + in Documentation/devicetree/bindings/regulator/regulator.txt6 10 7 11 Example: 8 12 9 13 amp: analog-amplifier { 10 14 compatible = "simple-audio-amplifier"; 15 + VCC-supply = <®ulator>;11 16 enable-gpios = <&gpio GPIOH_3 0>; 12 17 };