diff options
author | Rob Herring <robh@kernel.org> | 2024-01-24 20:08:07 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-01-26 15:47:01 +0100 |
commit | 01dffdcaa094858a03e3694694815f1a4915940c (patch) | |
tree | 923fbbc194d34b1cf2d2c31382d1e63b9a4183cf /Documentation | |
parent | ASoC: cs42l43: Use fls to calculate the pre-divider for the PLL (diff) | |
download | linux-01dffdcaa094858a03e3694694815f1a4915940c.tar.xz linux-01dffdcaa094858a03e3694694815f1a4915940c.zip |
ASoC: dt-bindings: audio-graph-port: Drop type from "clocks"
"clocks" is a standard property which already has a type. Users only need
to define how many clocks and what each clock is if more than 1 clock.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://msgid.link/r/20240124190808.1555263-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph-port.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml index b13c08de505e..28b27e7e45de 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml +++ b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml @@ -51,7 +51,7 @@ definitions: - $ref: /schemas/types.yaml#/definitions/phandle clocks: description: Indicates system clock - $ref: /schemas/types.yaml#/definitions/phandle + maxItems: 1 system-clock-frequency: $ref: simple-card.yaml#/definitions/system-clock-frequency system-clock-direction-out: |