summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-20 23:45:21 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-20 23:45:20 -0800
commit27e623187ae9116cc74baa97bbe60e1754e790c4 (patch)
tree83394028d0479c2a72e1132eb33e87a4749f0849 /include
parent451146c26b58fdeed492934d0df8962c295b9db5 (diff)
parentb12be00f05f6734c1dc7de3b3048acc01eb2070e (diff)
Merge "ARM: dts: msm: Add initial device tree for APQ FALCON"
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 5f1912a62267..3e5f7be53204 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -96,6 +96,8 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmhamster")
#define early_machine_is_msmfalcon() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmfalcon")
+#define early_machine_is_apqfalcon() \
+ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,apqfalcon")
#define early_machine_is_msmtriton() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmtriton")
#else
@@ -135,6 +137,7 @@
#define early_machine_is_apq8998() 0
#define early_machine_is_msmhamster() 0
#define early_machine_is_msmfalcon() 0
+#define early_machine_is_apqfalcon() 0
#define early_machine_is_msmtriton() 0
#endif