diff options
author | Mark Brown <broonie@kernel.org> | 2023-07-20 17:13:24 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-20 17:13:24 +0100 |
commit | 3adbc7c7cda0715b3f2cd89552a341f7801a5970 (patch) | |
tree | 58bfac6a33df19e924f63962acf364451e57dfcd /Documentation | |
parent | 83759352fd0b941c3ab3d365bf5f754b9e2f1af9 (diff) | |
parent | c214131f492083025e33354430d5b420add88b5e (diff) |
ASoC: dt-bindings: nau8822: minor updates
Merge series from Francesco Dolcini <francesco@dolcini.it>:
Minor updates to NAU8822 DT bindings:
- Add #sound-dai-cells
- Add MCLK
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml index 65105402a53d..cb8182bbc491 100644 --- a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml +++ b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml @@ -21,6 +21,15 @@ properties: reg: maxItems: 1 + "#sound-dai-cells": + const: 0 + + clocks: + maxItems: 1 + + clock-names: + const: mclk + nuvoton,spk-btl: description: If set, configure the two loudspeaker outputs as a Bridge Tied Load output @@ -31,6 +40,9 @@ required: - compatible - reg +allOf: + - $ref: dai-common.yaml# + additionalProperties: false examples: |