diff options
author | 2024-09-03 23:50:56 +0100 | |
---|---|---|
committer | 2024-09-03 23:50:56 +0100 | |
commit | 56f97d4da7f1bc2b0a647b9162bebe51e0573699 (patch) | |
tree | 6d613238b23c336794d081817932337bfd59e34d | |
parent | Add audio support for the MediaTek Genio 350-evk (diff) | |
parent | ASoC: dt-bindings: realtek,rt5616: Document audio graph port (diff) | |
download | wireguard-linux-56f97d4da7f1bc2b0a647b9162bebe51e0573699.tar.xz wireguard-linux-56f97d4da7f1bc2b0a647b9162bebe51e0573699.zip |
Fixes for the audio setup on the rk3588-nanopc-t6
Merge series from Heiko Stuebner <heiko@sntech.de>:
The Nanopc-T6 board does contain some devicetree errors, that came to
light with recent changes to the board.
-rw-r--r-- | Documentation/devicetree/bindings/sound/realtek,rt5616.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml index 248320804e5f..29071044c66e 100644 --- a/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml +++ b/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml @@ -30,6 +30,18 @@ properties: reg: maxItems: 1 + clocks: + items: + - description: Master clock to the CODEC + + clock-names: + items: + - const: mclk + + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - reg |