Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Fei Shao and committed by
Mark Brown
99348781 b3cb7f2a

+4
+4
Documentation/devicetree/bindings/sound/everest,es8326.yaml
··· 24 24 items: 25 25 - const: mclk 26 26 27 + interrupts: 28 + maxItems: 1 29 + description: interrupt output for headset detection 30 + 27 31 "#sound-dai-cells": 28 32 const: 0 29 33