Skip to content

Commit

Permalink
ASoC: dt-bindings: fsl,micfil: Document #sound-dai-cells
Browse files Browse the repository at this point in the history
imx8mp.dtsi passes #sound-dai-cells = <0> in the micfil node.

Document #sound-dai-cells to fix the following schema warning:

audio-controller@30ca0000: '#sound-dai-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/sound/fsl,micfil.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Adam Ford <aford173@gmail.com>
Link: https://lore.kernel.org/r/20231004122935.2250889-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Oct 4, 2023
1 parent 1948fa6 commit 1426b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/sound/fsl,micfil.yaml
Original file line number Diff line number Diff line change
@@ -56,6 +56,9 @@ properties:
- const: clkext3
minItems: 2

"#sound-dai-cells":
const: 0

required:
- compatible
- reg

0 comments on commit 1426b9b

Please sign in to comment.