ASoC: dio2125: add dt-bindings
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 6 Mar 2017 17:44:51 +0000 (18:44 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 12:37:11 +0000 (13:37 +0100)
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/dioo,dio2125.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/dioo,dio2125.txt b/Documentation/devicetree/bindings/sound/dioo,dio2125.txt
new file mode 100644 (file)
index 0000000..63dbfe0
--- /dev/null
@@ -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>;
+};