diff options
| author | Neeraj Upadhyay <neeraju@codeaurora.org> | 2016-05-10 23:59:49 -0700 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-06-09 15:09:14 -0700 |
| commit | 84e1573bd06879e1e59f873c6a91d05eda831c9a (patch) | |
| tree | 71060223cc946e49a1de9c1fbfc598bf2841fec4 /include | |
| parent | 52979505f2ee98bf77edaeb770798f6a870cfa62 (diff) | |
ARM: dts: msm: Add initial device tree files for MSMFALCON
Add the device tree files necessary to support the MSMFALCON
SoC and the MSMFALCON Simulator platform.
Change-Id: Iabdb1c21757ad6dead50fdc4aa3b12077f8f840f
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/socinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h index a39e42ce4593..39527ed83fa7 100644 --- a/include/soc/qcom/socinfo.h +++ b/include/soc/qcom/socinfo.h @@ -92,6 +92,8 @@ of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msmcobalt") #define early_machine_is_msmhamster() \ 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") #else #define of_board_is_sim() 0 #define of_board_is_rumi() 0 @@ -127,6 +129,7 @@ #define early_machine_is_msm8929() 0 #define early_machine_is_msmcobalt() 0 #define early_machine_is_msmhamster() 0 +#define early_machine_is_msmfalcon() 0 #endif #define PLATFORM_SUBTYPE_MDM 1 @@ -185,6 +188,7 @@ enum msm_cpu { MSM_CPU_8929, MSM_CPU_COBALT, MSM_CPU_HAMSTER, + MSM_CPU_FALCON, }; struct msm_soc_info { |
