Message ID | 20221021190908.1502026-4-nfraprado@collabora.com |
---|---|
State | Superseded |
Headers | show |
Series | Add missing dt-binding properties to rt5682(s) | expand |
diff --git a/Documentation/devicetree/bindings/sound/rt5682.txt b/Documentation/devicetree/bindings/sound/rt5682.txt index c5f2b8febcee..5ccf4eaf12a9 100644 --- a/Documentation/devicetree/bindings/sound/rt5682.txt +++ b/Documentation/devicetree/bindings/sound/rt5682.txt @@ -48,6 +48,12 @@ Optional properties: - #sound-dai-cells: Should be set to '<0>'. +- AVDD-supply: phandle to the regulator supplying AVDD + +- MICVDD-supply: phandle to the regulator supplying MICVDD + +- VBAT-supply: phandle to the regulator supplying VBAT + Pins on the device (for linking into audio routes) for RT5682: * DMIC L1
The rt5682 codec can have three supplies: AVDD, MICVDD and VBAT. Add properties for them. Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com> --- Documentation/devicetree/bindings/sound/rt5682.txt | 6 ++++++ 1 file changed, 6 insertions(+)