diff options
author | Mark Brown <[email protected]> | 2024-09-03 23:50:56 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-09-03 23:50:56 +0100 |
commit | 56f97d4da7f1bc2b0a647b9162bebe51e0573699 (patch) | |
tree | 6d613238b23c336794d081817932337bfd59e34d | |
parent | 9a029545bb36825f65b1ba182739eaf2809db2c7 (diff) | |
parent | 92ff90cffbeef9b1a4983017555a194f8bc83f77 (diff) |
Fixes for the audio setup on the rk3588-nanopc-t6
Merge series from Heiko Stuebner <[email protected]>:
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 |