Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594219

Applied "ASoC: dio2125: add dt-bindings" to the asoc tree

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject Applied "ASoC: dio2125: add dt-bindings" to the asoc tree
Date 2017-03-07 14:10 +0100
Message-ID <tin2h-7Xr-7@gated-at.bofh.it> (permalink)
References <ti6NQ-4s3-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The patch

   ASoC: dio2125: add dt-bindings

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 1e03580b3a7213292fae9a6677edfaa83843fa4e Mon Sep 17 00:00:00 2001
From: Jerome Brunet <jbrunet@baylibre.com>
Date: Mon, 6 Mar 2017 18:44:51 +0100
Subject: [PATCH] ASoC: dio2125: add dt-bindings

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/dioo,dio2125.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/dioo,dio2125.txt

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>;
+};
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] ASoC: add dio2125 amplifier support Jerome Brunet <jbrunet@baylibre.com> - 2017-03-06 20:00 +0100
  [PATCH 1/3] dt-bindings: add vendor prefix for Dioo Jerome Brunet <jbrunet@baylibre.com> - 2017-03-06 20:00 +0100
  [PATCH 3/3] ASoC: dio2125: add dt-bindings Jerome Brunet <jbrunet@baylibre.com> - 2017-03-06 20:50 +0100
    Applied "ASoC: dio2125: add dt-bindings" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-03-07 14:10 +0100
  Re: [PATCH 0/3] ASoC: add dio2125 amplifier support Jerome Brunet <jbrunet@baylibre.com> - 2017-03-07 17:30 +0100
    Re: [PATCH 0/3] ASoC: add dio2125 amplifier support Mark Brown <broonie@kernel.org> - 2017-03-08 12:00 +0100

csiph-web