aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2017-03-06 18:44:51 +0100
committerMark Brown <broonie@kernel.org>2017-03-07 13:37:11 +0100
commit1e03580b3a7213292fae9a6677edfaa83843fa4e (patch)
tree983fdd00f69a8224014e6112a440d1e44bd43d1c /Documentation/devicetree/bindings/sound
parentASoC: dio2125: add dio2125 amp driver (diff)
downloadlinux-dev-1e03580b3a7213292fae9a6677edfaa83843fa4e.tar.xz
linux-dev-1e03580b3a7213292fae9a6677edfaa83843fa4e.zip
ASoC: dio2125: add dt-bindings
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/dioo,dio2125.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/dioo,dio2125.txt b/Documentation/devicetree/bindings/sound/dioo,dio2125.txt
new file mode 100644
index 000000000000..63dbfe0f11d0
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/dioo,dio2125.txt
@@ -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>;
+};