arm64: dts: qcom: sdm845-xiaomi-beryllium: add generic sound compatible
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 08:42:56 +0000 (09:42 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 9 Feb 2023 00:02:10 +0000 (16:02 -0800)
Use generic sound card fallback compatible, because the device is
actually fully compatible with the generic one.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230123084300.22353-2-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi

index 31ec5ff0a63d9ae3b1d22dc92c34199d7e1b2fea..51c679677058459f89c938a53f9585d20799c3d0 100644 (file)
 };
 
 &sound {
-       compatible = "qcom,db845c-sndcard";
+       compatible = "qcom,db845c-sndcard", "qcom,sdm845-sndcard";
        pinctrl-0 = <&quat_mi2s_active
                        &quat_mi2s_sd0_active>;
        pinctrl-names = "default";