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

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.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4b192114
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -90,11 +90,20 @@ properties:
  "#sound-dai-cells":
    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

required:
  - compatible
  - reg
  - AVDD-supply
  - MICVDD-supply

examples:
  - |
@@ -120,5 +129,8 @@ examples:

            clocks = <&osc>;
            clock-names = "mclk";

            AVDD-supply = <&avdd_reg>;
            MICVDD-supply = <&micvdd_reg>;
        };
    };