aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-03-13 16:56:03 -0300
committerMark Brown <broonie@kernel.org>2017-03-15 13:33:56 +0000
commit6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c (patch)
tree00f6d37a1574645361a4929414fe321da08692b4 /Documentation/devicetree/bindings/sound
parentMerge remote-tracking branches 'asoc/topic/wm9712', 'asoc/topic/wm9713' and 'asoc/topic/zte' into asoc-next (diff)
downloadlinux-dev-6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c.tar.xz
linux-dev-6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/tas2552.txt3
1 files changed, 3 insertions, 0 deletions
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>;
};