summaryrefslogtreecommitdiff
path: root/arch/arm/mach-qcom
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-04-03 14:48:22 -0500
committerKumar Gala <galak@codeaurora.org>2014-05-29 10:39:07 -0500
commitf335b8af4fd5c8c192a55af58035506dc0c859b8 (patch)
tree3c5ed4c8abc0ae64eff9827619c243c053c3b316 /arch/arm/mach-qcom
parent66a6c3175f582479f34c77e376b5c3a13129450b (diff)
ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees
Add basic APQ8064 SoC include device tree and support for basic booting on the IFC6410 board. Also, keep dtb build list and qcom_dt_match in sorted order. Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r--arch/arm/mach-qcom/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c
index bae617ef0b31..350fa8d718f4 100644
--- a/arch/arm/mach-qcom/board.c
+++ b/arch/arm/mach-qcom/board.c
@@ -15,9 +15,10 @@
#include <asm/mach/arch.h>
static const char * const qcom_dt_match[] __initconst = {
+ "qcom,apq8064",
+ "qcom,apq8074-dragonboard",
"qcom,msm8660-surf",
"qcom,msm8960-cdp",
- "qcom,apq8074-dragonboard",
NULL
};