diff mbox

ASoC: tas2552: Improve DT binding document example

Message ID 1489434963-2843-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Commit 6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c
Headers show

Commit Message

Fabio Estevam March 13, 2017, 7:56 p.m. UTC
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(+)

Comments

Rob Herring March 15, 2017, 2:48 p.m. UTC | #1
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>
diff mbox

Patch

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