diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-03-13 22:56:03 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-15 16:33:56 +0300 |
commit | 6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c (patch) | |
tree | 00f6d37a1574645361a4929414fe321da08692b4 | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) | |
download | linux-6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c.tar.xz |
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>
-rw-r--r-- | Documentation/devicetree/bindings/sound/tas2552.txt | 3 |
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 = <®_vbat>; + iovdd-supply = <®_iovdd>; + avdd-supply = <®_avdd>; enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; }; |