summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-10-29 21:59:58 +0100
committerMark Brown <broonie@kernel.org>2021-10-29 21:59:58 +0100
commit8e14329645bc7d722e1ec913025b54199fafaee3 (patch)
tree04e55747cc402678dcc8e7ac578ce06c8d5fcff7 /Documentation/devicetree
parent5816b3e6577eaa676ceb00a848f0fd65fe2adc29 (diff)
parent5d03907bbf9ccf10e0d2cfb4f4d312b7cc4274f4 (diff)
downloadlinux-8e14329645bc7d722e1ec913025b54199fafaee3.tar.bz2
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/sound/amlogic,t9015.yaml6
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>;
};