Commit 5d03907b authored by Alexander Stein's avatar Alexander Stein Committed by Mark Brown

ASoC: meson: t9015: Add missing AVDD-supply property

Fixes the schema check warning "audio-controller@32000: 'AVDD-supply'
do not match any of the regexes: 'pinctrl-[0-9]+'"

Fixes: 5c36abcd ("ASoC: meson: add t9015 internal codec binding documentation")
Reviewed-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarAlexander Stein <alexander.stein@mailbox.org>
Link: https://lore.kernel.org/r/20211026182754.900688-1-alexander.stein@mailbox.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5ba8ecf2
...@@ -34,6 +34,10 @@ properties: ...@@ -34,6 +34,10 @@ properties:
resets: resets:
maxItems: 1 maxItems: 1
AVDD-supply:
description:
Analogue power supply.
required: required:
- "#sound-dai-cells" - "#sound-dai-cells"
- compatible - compatible
...@@ -41,6 +45,7 @@ required: ...@@ -41,6 +45,7 @@ required:
- clocks - clocks
- clock-names - clock-names
- resets - resets
- AVDD-supply
additionalProperties: false additionalProperties: false
...@@ -56,4 +61,5 @@ examples: ...@@ -56,4 +61,5 @@ examples:
clocks = <&clkc CLKID_AUDIO_CODEC>; clocks = <&clkc CLKID_AUDIO_CODEC>;
clock-names = "pclk"; clock-names = "pclk";
resets = <&reset RESET_AUDIO_CODEC>; resets = <&reset RESET_AUDIO_CODEC>;
AVDD-supply = <&vddao_1v8>;
}; };
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