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

ASoC: dt-bindings: renesas,rsnd: #sound-dai-cells is not mandatory

Current renesas,rsnd is requesting #sound-dai-cells, but it is
needed in case of it is using "simple-card", but not needed in case of
"audio-graph". We will get below warning without this patch.
This patch fiup it.

${LINUX}/arch/arm64/boot/dts/renesas/r8a77950-salvator-x.dtb: sound@ec500000: '#sound-dai-cells' is a required property
From schema: ${LINUX}/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87edrl7rf4.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
60cc61a6 f292f4d3

+1 -1
+1 -1
Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
··· 64 64 description: | 65 65 it must be 0 if your system is using single DAI 66 66 it must be 1 if your system is using multi DAIs 67 + This is used on simple-audio-card 67 68 enum: [0, 1] 68 69 69 70 "#clock-cells": ··· 283 282 - reg-names 284 283 - clocks 285 284 - clock-names 286 - - "#sound-dai-cells" 287 285 288 286 allOf: 289 287 - $ref: dai-common.yaml#