summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorRunmin Wang <runminw@codeaurora.org>2016-10-05 18:46:09 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-11-22 13:07:05 -0800
commit1289f9837566deab9e7fc209437b911825663a4d (patch)
tree698ace4c0cae214ded20526ce82c18b4643fad2d /include/soc
parent3c45c2a8a2a07a76e2d129d02561d061211e70c8 (diff)
msm: 8998: Replace cobalt with 8998
Update the code name from msmcobalt to msm8998. As a result, update the filename containing "cobalt" and files content containing "cobalt". CRs-Fixed: 1070840 Change-Id: I2c7b95e3e2a2fec7730724da9eeb86a39a77faf1 Signed-off-by: Runmin Wang <runminw@codeaurora.org> Signed-off-by: Kyle Yan <kyan@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/socinfo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index 76555ce53d97..5f1912a62267 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -88,10 +88,10 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8996-cdp")
#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")
-#define early_machine_is_apqcobalt() \
- of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,apqcobalt")
+#define early_machine_is_msm8998() \
+ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8998")
+#define early_machine_is_apq8998() \
+ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,apq8998")
#define early_machine_is_msmhamster() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmhamster")
#define early_machine_is_msmfalcon() \
@@ -131,8 +131,8 @@
#define early_machine_is_msm8996() 0
#define early_machine_is_msm8976() 0
#define early_machine_is_msm8929() 0
-#define early_machine_is_msmcobalt() 0
-#define early_machine_is_apqcobalt() 0
+#define early_machine_is_msm8998() 0
+#define early_machine_is_apq8998() 0
#define early_machine_is_msmhamster() 0
#define early_machine_is_msmfalcon() 0
#define early_machine_is_msmtriton() 0
@@ -192,7 +192,7 @@ enum msm_cpu {
MSM_CPU_8996,
MSM_CPU_8976,
MSM_CPU_8929,
- MSM_CPU_COBALT,
+ MSM_CPU_8998,
MSM_CPU_HAMSTER,
MSM_CPU_FALCON,
MSM_CPU_TRITON,