diff options
author | Heiko Stuebner <heiko@sntech.de> | 2024-08-30 22:38:17 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-03 13:53:42 +0200 |
commit | ea8f615b399988abd801fa52a5eb631d826d0ba4 (patch) | |
tree | 5168f5d21f72ccc1cafe86053a1e54d75f48cc8a | |
parent | ASoC: adi: Use str_enabled_disabled() helper (diff) | |
download | linux-ea8f615b399988abd801fa52a5eb631d826d0ba4.tar.xz linux-ea8f615b399988abd801fa52a5eb631d826d0ba4.zip |
ASoC: dt-bindings: realtek,rt5616: document mclk clock
Both devicetrees and driver implementation already use the specified mclk
in the field, so at least document the clock too, similarly to other
Realtek codec.
This has the nice additional effect of getting rid of dtbscheck warning.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240830203819.1972536-2-heiko@sntech.de
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/realtek,rt5616.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml index 248320804e5f..754111f2e70a 100644 --- a/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml +++ b/Documentation/devicetree/bindings/sound/realtek,rt5616.yaml @@ -30,6 +30,14 @@ properties: reg: maxItems: 1 + clocks: + items: + - description: Master clock to the CODEC + + clock-names: + items: + - const: mclk + required: - compatible - reg |