mirror of https://gitee.com/openkylin/linux.git
ASoC: dio2125: add dt-bindings
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
85825d5e88
commit
1e03580b3a
|
@ -0,0 +1,12 @@
|
||||||
|
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>;
|
||||||
|
};
|
Loading…
Reference in New Issue