summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorRunmin Wang <runminw@codeaurora.org>2016-01-28 16:20:53 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:02:38 -0700
commitb6b338fcc5c46a0d229742d977667e3b82915811 (patch)
tree90bab653831a7c8e04d4c6a56d3667fbe6721d38 /include/soc
parentdfb5ed21a379b178f4c5251cb7324f9fc37c1f6e (diff)
soc: qcom: socinfo: Add MSMCOBALT chip ID
Add MSMCOBALT chip ID and relevant macros. Change-Id: I0f97ed3eafdc54636849a58e5dfc34750d5dcea3 Signed-off-by: Trilok Soni <tsoni@codeaurora.org> Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org> Conflicts: include/soc/qcom/socinfo.h
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/socinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index 4ac279440e70..6b4c36c65c25 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -86,6 +86,8 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8996")
#define early_machine_is_msm8929() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8929")
+#define early_machine_is_msmcobalt() \
+ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmcobalt")
#else
#define of_board_is_sim() 0
#define of_board_is_rumi() 0
@@ -119,6 +121,7 @@
#define early_machine_is_msm8996() 0
#define early_machine_is_msm8976() 0
#define early_machine_is_msm8929() 0
+#define early_machine_is_msmcobalt() 0
#endif
#define PLATFORM_SUBTYPE_MDM 1