summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRunmin Wang <runminw@codeaurora.org>2016-03-29 16:50:49 -0700
committerKyle Yan <kyan@codeaurora.org>2016-04-29 14:37:11 -0700
commitc46620584a55c9692a20dac3fe522a5bc49baf9e (patch)
treeb3f8562f5e058a572d93c1e10ab59fffb9b91f65 /include
parent32592a96602297e8fddc752f0d10190017edaa7f (diff)
ARM: dts: msm: Add initial device tree files for MSMHAMSTER
Add the device tree files necessary to support the MSMHAMSTER SoC. CRs-Fixed: 1009230 Change-Id: I4370d561af7a34494accf00b4098ffa13c60410b Signed-off-by: Runmin Wang <runminw@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/socinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index a836481a37c9..a39e42ce4593 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -90,6 +90,8 @@
of_flat_dt_is_compatible(of_get_flat_dt_root(), "qcom,msm8929")
#define early_machine_is_msmcobalt() \
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")
#else
#define of_board_is_sim() 0
#define of_board_is_rumi() 0
@@ -124,6 +126,7 @@
#define early_machine_is_msm8976() 0
#define early_machine_is_msm8929() 0
#define early_machine_is_msmcobalt() 0
+#define early_machine_is_msmhamster() 0
#endif
#define PLATFORM_SUBTYPE_MDM 1
@@ -181,6 +184,7 @@ enum msm_cpu {
MSM_CPU_8976,
MSM_CPU_8929,
MSM_CPU_COBALT,
+ MSM_CPU_HAMSTER,
};
struct msm_soc_info {