All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: tas2552: Improve DT binding document example
@ 2017-03-13 19:56 Fabio Estevam
  2017-03-15 14:48 ` Rob Herring
  2017-03-15 18:13 ` Applied "ASoC: tas2552: Improve DT binding document example" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2017-03-13 19:56 UTC (permalink / raw)
  To: broonie; +Cc: Fabio Estevam, alsa-devel, robh+dt, dmurphy

From: Fabio Estevam <fabio.estevam@nxp.com>

Improve DT binding document example by providing the mandatory
regulator properties.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 Documentation/devicetree/bindings/sound/tas2552.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/tas2552.txt b/Documentation/devicetree/bindings/sound/tas2552.txt
index c49992c..075df91 100644
--- a/Documentation/devicetree/bindings/sound/tas2552.txt
+++ b/Documentation/devicetree/bindings/sound/tas2552.txt
@@ -25,6 +25,9 @@ Example:
 tas2552: tas2552@41 {
 	compatible = "ti,tas2552";
 	reg = <0x41>;
+	vbat-supply = <&reg_vbat>;
+	iovdd-supply = <&reg_iovdd>;
+	avdd-supply = <&reg_avdd>;
 	enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
 };
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: tas2552: Improve DT binding document example
  2017-03-13 19:56 [PATCH] ASoC: tas2552: Improve DT binding document example Fabio Estevam
@ 2017-03-15 14:48 ` Rob Herring
  2017-03-15 18:13 ` Applied "ASoC: tas2552: Improve DT binding document example" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2017-03-15 14:48 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Fabio Estevam, Linux-ALSA, Mark Brown, dmurphy

On Mon, Mar 13, 2017 at 2:56 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Improve DT binding document example by providing the mandatory
> regulator properties.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  Documentation/devicetree/bindings/sound/tas2552.txt | 3 +++
>  1 file changed, 3 insertions(+)

This needs to go to the DT list, but is trivial enough, so

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Applied "ASoC: tas2552: Improve DT binding document example" to the asoc tree
  2017-03-13 19:56 [PATCH] ASoC: tas2552: Improve DT binding document example Fabio Estevam
  2017-03-15 14:48 ` Rob Herring
@ 2017-03-15 18:13 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-03-15 18:13 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: alsa-devel, broonie, dmurphy, robh+dt

The patch

   ASoC: tas2552: Improve DT binding document example

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 6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c Mon Sep 17 00:00:00 2001
From: Fabio Estevam <fabio.estevam@nxp.com>
Date: Mon, 13 Mar 2017 16:56:03 -0300
Subject: [PATCH] ASoC: tas2552: Improve DT binding document example

Improve DT binding document example by providing the mandatory
regulator properties.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/tas2552.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/tas2552.txt b/Documentation/devicetree/bindings/sound/tas2552.txt
index c49992c0b62a..54c1c87c4ad8 100644
--- a/Documentation/devicetree/bindings/sound/tas2552.txt
+++ b/Documentation/devicetree/bindings/sound/tas2552.txt
@@ -25,6 +25,9 @@ Example:
 tas2552: tas2552@41 {
 	compatible = "ti,tas2552";
 	reg = <0x41>;
+	vbat-supply = <&reg_vbat>;
+	iovdd-supply = <&reg_iovdd>;
+	avdd-supply = <&reg_avdd>;
 	enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
 };
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-15 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13 19:56 [PATCH] ASoC: tas2552: Improve DT binding document example Fabio Estevam
2017-03-15 14:48 ` Rob Herring
2017-03-15 18:13 ` Applied "ASoC: tas2552: Improve DT binding document example" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.