Skip to content

Commit

Permalink
arm64: dts: qcom: Make msm8916-mtp compatible string compliant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Andy Gross committed Dec 17, 2015
1 parent d66dd9e commit 503b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8916-mtp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

0 comments on commit 503b01e

Please sign in to comment.