diff options
author | Fabio Estevam <festevam@denx.de> | 2023-10-04 15:29:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-04 15:58:54 +0300 |
commit | 1426b9ba7c453755d182ebf7e7f2367ba249dcf4 (patch) | |
tree | 08aeafb91aab2e7db92dcc1c7f7dc6896f5d8906 /Documentation | |
parent | 1948fa64727685ac3f6584755212e2e738b6b051 (diff) | |
download | linux-1426b9ba7c453755d182ebf7e7f2367ba249dcf4.tar.xz |
ASoC: dt-bindings: fsl,micfil: Document #sound-dai-cells
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,micfil.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,micfil.yaml b/Documentation/devicetree/bindings/sound/fsl,micfil.yaml index 4b99a18c79a0..b7e605835639 100644 --- a/Documentation/devicetree/bindings/sound/fsl,micfil.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,micfil.yaml @@ -56,6 +56,9 @@ properties: - const: clkext3 minItems: 2 + "#sound-dai-cells": + const: 0 + required: - compatible - reg |