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

Commit 23955a58 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Update model name for SMB based MTP/CDP



Add 'SMB1360' in the model name to help distinguish these
devices in the kernel logs.

Change-Id: Ife7edd7731204f2f85d4068b9d92027f84369fd7
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 53f84163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include "msm8916-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM 8916 CDP";
	model = "Qualcomm Technologies, Inc. MSM 8916 SMB1360 CDP";
	compatible = "qcom,msm8916-cdp", "qcom,msm8916", "qcom,cdp";
	qcom,board-id = <1 1>;
};
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include "msm8916-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM 8916 MTP";
	model = "Qualcomm Technologies, Inc. MSM 8916 SMB1360 MTP";
	compatible = "qcom,msm8916-mtp", "qcom,msm8916", "qcom,mtp";
	qcom,board-id = <8 1>;
};