diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2024-07-02 00:16:21 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-02 13:59:29 +0100 |
commit | fcad7177eb7854ce244ce863c82583d8a6ce5952 (patch) | |
tree | da2dd43cb5fd8c1dd0530dd4018b3564535d9be2 | |
parent | a893a804c6bb09336a217780c722b7d1c88357c6 (diff) |
ASoC: dt-bindings: nau8824: Add master clock handling
Use master clock "mclk" if provided through device tree.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240701211631.92384-2-fido_max@inbox.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/nuvoton,nau8824.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nuvoton,nau8824.yaml b/Documentation/devicetree/bindings/sound/nuvoton,nau8824.yaml index 3dbf438c3841..232dc16a94a3 100644 --- a/Documentation/devicetree/bindings/sound/nuvoton,nau8824.yaml +++ b/Documentation/devicetree/bindings/sound/nuvoton,nau8824.yaml @@ -23,6 +23,14 @@ properties: '#sound-dai-cells': const: 0 + clocks: + items: + - description: The phandle of the master clock to the CODEC + + clock-names: + items: + - const: mclk + interrupts: maxItems: 1 |