Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0ed03e6d authored by Jerome Brunet's avatar Jerome Brunet Committed by Mark Brown
Browse files

ASoC: simple-amplifier: remame dio2125 documentation



The dio2125 is simple enough that we can make it a generic component.
Rename the the dio2125 documentation to simple-amplifier to
prepare this change.

Suggested-by: default avatarNicolò Veronese <nicveronese@gmail.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 55d69c03
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
DIO2125 Audio Driver
Simple Amplifier Audio Driver

Required properties:
- compatible : "dioo,dio2125"
- enable-gpios : the gpio connected to the enable pin of the dio2125
- compatible : "dioo,dio2125" or "simple-audio-amplifier"
- enable-gpios : the gpio connected to the enable pin of the simple amplifier

Example:

amp: analog-amplifier {
	compatible = "dioo,dio2125";
	compatible = "simple-audio-amplifier";
	enable-gpios = <&gpio GPIOH_3 0>;
};