diff options
author | Mark Brown <broonie@kernel.org> | 2021-10-29 21:59:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-29 21:59:58 +0100 |
commit | 8e14329645bc7d722e1ec913025b54199fafaee3 (patch) | |
tree | 04e55747cc402678dcc8e7ac578ce06c8d5fcff7 /Documentation | |
parent | 5816b3e6577eaa676ceb00a848f0fd65fe2adc29 (diff) | |
parent | 5d03907bbf9ccf10e0d2cfb4f4d312b7cc4274f4 (diff) | |
download | lwn-8e14329645bc7d722e1ec913025b54199fafaee3.tar.gz lwn-8e14329645bc7d722e1ec913025b54199fafaee3.zip |
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/amlogic,t9015.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/amlogic,t9015.yaml b/Documentation/devicetree/bindings/sound/amlogic,t9015.yaml index c7613ea728d4..db7b04da0b39 100644 --- a/Documentation/devicetree/bindings/sound/amlogic,t9015.yaml +++ b/Documentation/devicetree/bindings/sound/amlogic,t9015.yaml @@ -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>; }; |