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: renesas,rsnd: simplify list of compatibles

The fallback compatible in a list (the last one) cannot be enum, because
it is always fixed. Also if such fallback is used alone ("Generic"
case), it's not a list anymore.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230126100722.9473-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
167b3a2b 7d573425

+7 -11
+7 -11
Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
··· 18 18 - enum: 19 19 - renesas,rcar_sound-r8a7778 # R-Car M1A 20 20 - renesas,rcar_sound-r8a7779 # R-Car H1 21 - - enum: 22 - - renesas,rcar_sound-gen1 21 + - const: renesas,rcar_sound-gen1 23 22 # for Gen2 SoC 24 23 - items: 25 24 - enum: ··· 31 32 - renesas,rcar_sound-r8a7791 # R-Car M2-W 32 33 - renesas,rcar_sound-r8a7793 # R-Car M2-N 33 34 - renesas,rcar_sound-r8a7794 # R-Car E2 34 - - enum: 35 - - renesas,rcar_sound-gen2 35 + - const: renesas,rcar_sound-gen2 36 36 # for Gen3 SoC 37 37 - items: 38 38 - enum: ··· 45 47 - renesas,rcar_sound-r8a77965 # R-Car M3-N 46 48 - renesas,rcar_sound-r8a77990 # R-Car E3 47 49 - renesas,rcar_sound-r8a77995 # R-Car D3 48 - - enum: 49 - - renesas,rcar_sound-gen3 50 + - const: renesas,rcar_sound-gen3 50 51 # for Generic 51 - - items: 52 - - enum: 53 - - renesas,rcar_sound-gen1 54 - - renesas,rcar_sound-gen2 55 - - renesas,rcar_sound-gen3 52 + - enum: 53 + - renesas,rcar_sound-gen1 54 + - renesas,rcar_sound-gen2 55 + - renesas,rcar_sound-gen3 56 56 57 57 reg: 58 58 minItems: 1