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: nau8822: minor updates

Merge series from Francesco Dolcini <francesco@dolcini.it>:

Minor updates to NAU8822 DT bindings:
- Add #sound-dai-cells
- Add MCLK

+12
+12
Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
··· 21 21 reg: 22 22 maxItems: 1 23 23 24 + "#sound-dai-cells": 25 + const: 0 26 + 27 + clocks: 28 + maxItems: 1 29 + 30 + clock-names: 31 + const: mclk 32 + 24 33 nuvoton,spk-btl: 25 34 description: 26 35 If set, configure the two loudspeaker outputs as a Bridge Tied Load output ··· 39 30 required: 40 31 - compatible 41 32 - reg 33 + 34 + allOf: 35 + - $ref: dai-common.yaml# 42 36 43 37 additionalProperties: false 44 38