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

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
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>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment