arm64: dts: qcom: sm8250: correct compatible for sm8250-mtp
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 30 Sep 2020 11:21:33 +0000 (14:21 +0300)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 23 Nov 2020 05:04:33 +0000 (23:04 -0600)
Qualcomm boards should define two compatible strings: one for board,
anoter one for SoC family. sm8250-mtp.dts lists just the board
compatible, which makes it incompatible with qcom.yaml schema.

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fixes: 60378f1a171e ("arm64: dts: qcom: sm8250: Add sm8250 dts file")
Link: https://lore.kernel.org/r/20200930112133.2091505-1-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8250-mtp.dts

index c85cab9c9b41ae0dc590e6276598179a539b350d..dea00f19711dc91133514da5d016e9235027bae3 100644 (file)
@@ -14,7 +14,7 @@
 
 / {
        model = "Qualcomm Technologies, Inc. SM8250 MTP";
-       compatible = "qcom,sm8250-mtp";
+       compatible = "qcom,sm8250-mtp", "qcom,sm8250";
 
        aliases {
                serial0 = &uart12;