]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: tas2552: Improve DT binding document example
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 13 Mar 2017 19:56:03 +0000 (16:56 -0300)
committerMark Brown <broonie@kernel.org>
Wed, 15 Mar 2017 13:33:56 +0000 (13:33 +0000)
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

index c49992c0b62acb97f9d6bb11ad41812747242f84..54c1c87c4ad841a931f7c6d9fc3a1e2835c7c37b 100644 (file)
@@ -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>;
 };