diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-09-14 10:02:34 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-14 10:02:34 -0700 |
| commit | d90306cf96b0222f47e10d61395303aa8d158717 (patch) | |
| tree | 515e24135d2b7682b21c2dc047752681c8ed19d3 /include | |
| parent | 80791689962a1e1158b9ab79d027f992dbfbc758 (diff) | |
| parent | 8cfbfe24f19dd34b81af581f11b61b28d3b98469 (diff) | |
Merge "soc: qcom: socinfo: Add support for SDM455 soc-id"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/socinfo.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h index 9110963d0e9f..6b11533685a5 100644 --- a/include/soc/qcom/socinfo.h +++ b/include/soc/qcom/socinfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017, The Linux Foundation. All rights reserved. + * Copyright (c) 2009-2018, 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 @@ -96,6 +96,8 @@ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sdm660") #define early_machine_is_sda660() \ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sda660") +#define early_machine_is_sdm455() \ + of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sdm455") #define early_machine_is_sdm636() \ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,sdm636") #define early_machine_is_sda636() \ @@ -146,6 +148,7 @@ #define early_machine_is_msmhamster() 0 #define early_machine_is_sdm660() 0 #define early_machine_is_sda660() 0 +#define early_machine_is_sdm455() 0 #define early_machine_is_sdm636() 0 #define early_machine_is_sda636() 0 #define early_machine_is_sdm658() 0 @@ -211,6 +214,7 @@ enum msm_cpu { MSM_CPU_8998, MSM_CPU_HAMSTER, MSM_CPU_660, + MSM_CPU_455, MSM_CPU_630, MSM_CPU_636, }; |
