summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorIan Maund <imaund@codeaurora.org>2015-04-24 14:40:24 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:02:26 -0700
commit52dabc73a5c6b5d0c897e8ab51b5c6530a0b3c24 (patch)
treed12e9d1822913219497a5337eabb3aff0a363f03 /include/soc
parent11c8f9dc1a79952792a2cbaf6690380a47a751ab (diff)
Update target name references for 8976
With the official announcement of 8976, remove all references to its internal code name, and replace them with 8976. Change-Id: Iadedabf16a7bef92c582524ae6ea38b31ba26ac4 Signed-off-by: Ian Maund <imaund@codeaurora.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/socinfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index 71f5dac2716e..b9668d85ac7c 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -77,8 +77,8 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8992")
#define early_machine_is_fsm9010() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,fsm9010")
-#define early_machine_is_msmterbium() \
- of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmterbium")
+#define early_machine_is_msm8976() \
+ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8976")
#define early_machine_is_msmtellurium() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmtellurium")
#define early_machine_is_msm8996() \
@@ -116,7 +116,7 @@
#define early_machine_is_fsm9010() 0
#define early_machine_is_msmtellurium() 0
#define early_machine_is_msm8996() 0
-#define early_machine_is_msmterbium() 0
+#define early_machine_is_msm8976() 0
#define early_machine_is_msm8929() 0
#endif
@@ -172,7 +172,7 @@ enum msm_cpu {
FSM_CPU_9010,
MSM_CPU_TELLURIUM,
MSM_CPU_8996,
- MSM_CPU_TERBIUM,
+ MSM_CPU_8976,
MSM_CPU_8929,
MSM_CPU_COBALT,
};