[PATCH] ASoC: dt-bindings: everest,es8326: Document interrupt property

Fei Shao posted 1 patch 2 weeks, 5 days ago
Documentation/devicetree/bindings/sound/everest,es8326.yaml | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] ASoC: dt-bindings: everest,es8326: Document interrupt property
Posted by Fei Shao 2 weeks, 5 days ago
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>
---

 Documentation/devicetree/bindings/sound/everest,es8326.yaml | 4 ++++
 1 file changed, 4 insertions(+)

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
 
-- 
2.47.0.277.g8800431eea-goog
Re: [PATCH] ASoC: dt-bindings: everest,es8326: Document interrupt property
Posted by Mark Brown 2 weeks, 4 days ago
On Tue, 05 Nov 2024 17:18:11 +0800, Fei Shao wrote:
> 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]+'
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: dt-bindings: everest,es8326: Document interrupt property
      commit: 99348781d249817c8f96a7cbf636b7c6d74bd756

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] ASoC: dt-bindings: everest,es8326: Document interrupt property
Posted by Rob Herring (Arm) 2 weeks, 4 days ago
On Tue, 05 Nov 2024 17:18:11 +0800, Fei Shao wrote:
> 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>
> ---
> 
>  Documentation/devicetree/bindings/sound/everest,es8326.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>