Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503b01ec authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent d66dd9e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
};