Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cd6ad0e authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown
Browse files

ASoC: tas2552: Improve DT binding document example



Improve DT binding document example by providing the mandatory
regulator properties.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a5de5b74
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,9 @@ Example:
tas2552: tas2552@41 {
tas2552: tas2552@41 {
	compatible = "ti,tas2552";
	compatible = "ti,tas2552";
	reg = <0x41>;
	reg = <0x41>;
	vbat-supply = <&reg_vbat>;
	iovdd-supply = <&reg_iovdd>;
	avdd-supply = <&reg_avdd>;
	enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
	enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
};
};