diff options
author | Fei Shao <fshao@chromium.org> | 2024-11-05 17:18:11 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-11-05 16:38:45 +0000 |
commit | 99348781d249817c8f96a7cbf636b7c6d74bd756 (patch) | |
tree | ee70b62c8ccc677dc054ab88ec826e147dc9568c /Documentation/devicetree/bindings/sound/everest,es8326.yaml | |
parent | b3cb7f2a3a1732a775861a2279d951e79c0e614c (diff) |
ASoC: dt-bindings: everest,es8326: Document interrupt property
The ES8326 audio codec has one interrupt pin for headset detection
according to the datasheet. Document that in the binding.
This fixes dtbs_check error:
'interrupts-extended' does not match any of the regexes:
'pinctrl-[0-9]+'
Signed-off-by: Fei Shao <fshao@chromium.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20241105091910.3984381-1-fshao@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/everest,es8326.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/everest,es8326.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/everest,es8326.yaml b/Documentation/devicetree/bindings/sound/everest,es8326.yaml index d51431df7acf..b5594a9d508e 100644 --- a/Documentation/devicetree/bindings/sound/everest,es8326.yaml +++ b/Documentation/devicetree/bindings/sound/everest,es8326.yaml @@ -24,6 +24,10 @@ properties: items: - const: mclk + interrupts: + maxItems: 1 + description: interrupt output for headset detection + "#sound-dai-cells": const: 0 |