瀏覽代碼

arm64: dts: qcom: Make msm8916-mtp compatible string compliant

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>
Stephen Boyd 9 年之前
父節點
當前提交
503b01ec9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/boot/dts/qcom/msm8916-mtp.dts

+ 1 - 1
arch/arm64/boot/dts/qcom/msm8916-mtp.dts

@@ -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";
 };