mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
1e03580b3a
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
DIO2125 Audio Driver
|
|
|
|
Required properties:
|
|
- compatible : "dioo,dio2125"
|
|
- enable-gpios : the gpio connected to the enable pin of the dio2125
|
|
|
|
Example:
|
|
|
|
amp: analog-amplifier {
|
|
compatible = "dioo,dio2125";
|
|
enable-gpios = <&gpio GPIOH_3 0>;
|
|
};
|