diff options
Diffstat (limited to 'Bindings/sound/amlogic,gx-sound-card.yaml')
-rw-r--r-- | Bindings/sound/amlogic,gx-sound-card.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Bindings/sound/amlogic,gx-sound-card.yaml b/Bindings/sound/amlogic,gx-sound-card.yaml index 0ecdaf7190e9..413b47778181 100644 --- a/Bindings/sound/amlogic,gx-sound-card.yaml +++ b/Bindings/sound/amlogic,gx-sound-card.yaml @@ -27,6 +27,13 @@ properties: A list off component DAPM widget. Each entry is a pair of strings, the first being the widget type, the second being the widget name + clocks: + minItems: 1 + maxItems: 3 + description: + Base PLL clocks of audio susbsytem, used to configure base clock + frequencies for different audio use-cases. + patternProperties: "^dai-link-[0-9]+$": type: object |