diff options
| author | Neeraj Upadhyay <neeraju@codeaurora.org> | 2017-01-02 17:40:15 +0530 |
|---|---|---|
| committer | Neeraj Upadhyay <neeraju@codeaurora.org> | 2017-01-03 10:40:44 +0530 |
| commit | 50228be50d59c02fd58cbdcebbb01ce95499c9a6 (patch) | |
| tree | 833cd6fac393dcbd7b4382950ac93f692385af2e /include/soc | |
| parent | 13e46e55e78540d7e3ffa6d1f37223174a1a7f44 (diff) | |
ARM: dts: msm: Add initial device tree for SDA630
Add initial device tree support and socinfo support for
SDA630.
Change-Id: If2a60c27d5870f3738d77564d392efffece892ac
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
Diffstat (limited to 'include/soc')
| -rw-r--r-- | include/soc/qcom/socinfo.h | 5 |
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 |
