From: Fabio Estevam Date: Mon, 13 Mar 2017 19:56:03 +0000 (-0300) Subject: ASoC: tas2552: Improve DT binding document example X-Git-Tag: v4.12-rc1~115^2^2~3^6~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6cd6ad0e45b9ea48bf3b62eee2dd7238f3e4dd7c;p=karo-tx-linux.git ASoC: tas2552: Improve DT binding document example Improve DT binding document example by providing the mandatory regulator properties. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- 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>; };