Commit 16346026 authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado Committed by Mark Brown

ASoC: dt-bindings: realtek,rt5682s: Add AVDD and MICVDD supplies

The rt5682s codec has two supplies - AVDD and MICVDD - which are already
used by sc7180-trogdor-kingoftown.dtsi. Document them in the binding.
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarNícolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20221102182002.255282-2-nfraprado@collabora.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4b192114
...@@ -90,11 +90,20 @@ properties: ...@@ -90,11 +90,20 @@ properties:
"#sound-dai-cells": "#sound-dai-cells":
const: 1 const: 1
AVDD-supply:
description: Regulator supplying analog power through the AVDD pin.
MICVDD-supply:
description: Regulator supplying power for the microphone bias through the
MICVDD pin.
additionalProperties: false additionalProperties: false
required: required:
- compatible - compatible
- reg - reg
- AVDD-supply
- MICVDD-supply
examples: examples:
- | - |
...@@ -120,5 +129,8 @@ examples: ...@@ -120,5 +129,8 @@ examples:
clocks = <&osc>; clocks = <&osc>;
clock-names = "mclk"; clock-names = "mclk";
AVDD-supply = <&avdd_reg>;
MICVDD-supply = <&micvdd_reg>;
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment