summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-03 04:58:28 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-03 04:58:27 -0700
commita1307ec818916f90ffb9714a7b5010473ce1b172 (patch)
treec159fc28ee6716ffc0c18634aec4377c4963a5f3 /include
parentedca635472f7e785e8d982733c43779d59304b94 (diff)
parent9791b32e85e1d972f37a14f2a9b345de1c5011a9 (diff)
Merge "soc: qcom: socinfo: Add support for APQCOBALT"
Diffstat (limited to 'include')
-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 39527ed83fa7..478243712d07 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -90,6 +90,8 @@
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_msmhamster() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmhamster")
#define early_machine_is_msmfalcon() \
@@ -128,6 +130,7 @@
#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_msmhamster() 0
#define early_machine_is_msmfalcon() 0
#endif