summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMathew Joseph Karimpanal <mkarim@codeaurora.org>2016-03-02 16:21:06 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-14 03:47:37 -0700
commitc44b4a34d24208d430d10366119aa61ea2041ffe (patch)
treeeb20a3b12cbce7e73d1ee8ce1c3a92b47fa2d82e /include
parent4d76d40f3b7c9b0dd28f0f18592513c8c9b245b3 (diff)
socinfo: Add support for MSM8996proAU SoC
Add CPU IDs to the socinfo table needed to support MSM8996pro Automotive SoC. CRs-Fixed: 991575 Change-Id: I6efaf4574a5f563b0ee3edd8545e0acd027ad59b Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/socinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index ac36df5769ee..a1f4223e53a0 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -84,8 +84,6 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmtellurium")
#define early_machine_is_msm8996() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8996")
-#define early_machine_is_msm8996_auto() \
- 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_msm8998() \