]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: qcom: Make msm8916-mtp compatible string compliant
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 20 Nov 2015 23:31:17 +0000 (15:31 -0800)
committerAndy Gross <andy.gross@linaro.org>
Thu, 17 Dec 2015 05:01:41 +0000 (23:01 -0600)
This compatible string isn't compliant with the format for
subtypes. Replace it with a compliant compatible type.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
arch/arm64/boot/dts/qcom/msm8916-mtp.dts

index fced77f0fd3a0b22a18bd6f87dd45bda9d35a54f..b0a064d3806b318d4ffa5a2b962876f971e87532 100644 (file)
@@ -17,6 +17,6 @@
 
 / {
        model = "Qualcomm Technologies, Inc. MSM 8916 MTP";
-       compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp-smb1360",
+       compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp/1",
                        "qcom,msm8916", "qcom,mtp";
 };