]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: meson: t9015: Add missing AVDD-supply property
authorAlexander Stein <alexander.stein@mailbox.org>
Tue, 26 Oct 2021 18:27:54 +0000 (20:27 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 27 Oct 2021 10:31:04 +0000 (11:31 +0100)
Fixes the schema check warning "audio-controller@32000: 'AVDD-supply'
do not match any of the regexes: 'pinctrl-[0-9]+'"

Fixes: 5c36abcd2621 ("ASoC: meson: add t9015 internal codec binding documentation")
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Link: https://lore.kernel.org/r/20211026182754.900688-1-alexander.stein@mailbox.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/amlogic,t9015.yaml

index c7613ea728d4cd7c545da940595666ca254ab40d..db7b04da0b3943e7a8d55f3c2dc1d14d37130a74 100644 (file)
@@ -34,6 +34,10 @@ properties:
   resets:
     maxItems: 1
 
+  AVDD-supply:
+    description:
+      Analogue power supply.
+
 required:
   - "#sound-dai-cells"
   - compatible
@@ -41,6 +45,7 @@ required:
   - clocks
   - clock-names
   - resets
+  - AVDD-supply
 
 additionalProperties: false
 
@@ -56,4 +61,5 @@ examples:
         clocks = <&clkc CLKID_AUDIO_CODEC>;
         clock-names = "pclk";
         resets = <&reset RESET_AUDIO_CODEC>;
+        AVDD-supply = <&vddao_1v8>;
     };