summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-04 03:25:36 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-04 03:25:36 -0800
commit246e930ecb79fd66d864b4affd6c251e7427d0c2 (patch)
treef243c170de44c76c30fc2865b962f2e2fa4b7531 /include/soc
parentdb25c7c8789740921db1bebb7a1150aeac284f14 (diff)
parent50228be50d59c02fd58cbdcebbb01ce95499c9a6 (diff)
Merge "ARM: dts: msm: Add initial device tree for SDA630"
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/socinfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index 2841abe29e8d..ac36df5769ee 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2016, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2009-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -104,6 +104,8 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sda658")
#define early_machine_is_sdm630() \
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sdm630")
+#define early_machine_is_sda630() \
+ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sda630")
#else
#define of_board_is_sim() 0
#define of_board_is_rumi() 0
@@ -145,6 +147,7 @@
#define early_machine_is_sdm658() 0
#define early_machine_is_sda658() 0
#define early_machine_is_sdm630() 0
+#define early_machine_is_sda630() 0
#endif
#define PLATFORM_SUBTYPE_MDM 1