提交 6cd6ad0e 编写于 作者: F Fabio Estevam 提交者: Mark Brown

ASoC: tas2552: Improve DT binding document example

Improve DT binding document example by providing the mandatory
regulator properties.
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 a5de5b74
...@@ -25,6 +25,9 @@ Example: ...@@ -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>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册