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

ASoC: dt-bindings: qcom,sm8250: use fallback for SDM845 sound cards

All SDM845 sound cards are compatible with each other, so use one
generic fallback compatible for them.

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

authored by

Krzysztof Kozlowski and committed by
Mark Brown
b4090b7c 73ab5b3a

+14 -10
+14 -10
Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - enum: 19 - - lenovo,yoga-c630-sndcard 20 - - qcom,apq8016-sbc-sndcard 21 - - qcom,db845c-sndcard 22 - - qcom,msm8916-qdsp6-sndcard 23 - - qcom,qrb5165-rb5-sndcard 24 - - qcom,sc8280xp-sndcard 25 - - qcom,sdm845-sndcard 26 - - qcom,sm8250-sndcard 27 - - qcom,sm8450-sndcard 18 + oneOf: 19 + - items: 20 + - enum: 21 + - lenovo,yoga-c630-sndcard 22 + - qcom,db845c-sndcard 23 + - const: qcom,sdm845-sndcard 24 + - enum: 25 + - qcom,apq8016-sbc-sndcard 26 + - qcom,msm8916-qdsp6-sndcard 27 + - qcom,qrb5165-rb5-sndcard 28 + - qcom,sc8280xp-sndcard 29 + - qcom,sdm845-sndcard 30 + - qcom,sm8250-sndcard 31 + - qcom,sm8450-sndcard 28 32 29 33 audio-routing: 30 34 $ref: /schemas/types.yaml#/definitions/non-unique-string-array