diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-04-03 14:48:22 -0500 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-29 10:39:07 -0500 |
commit | f335b8af4fd5c8c192a55af58035506dc0c859b8 (patch) | |
tree | 3c5ed4c8abc0ae64eff9827619c243c053c3b316 /arch/arm/mach-qcom | |
parent | 66a6c3175f582479f34c77e376b5c3a13129450b (diff) | |
download | op-kernel-dev-f335b8af4fd5c8c192a55af58035506dc0c859b8.zip op-kernel-dev-f335b8af4fd5c8c192a55af58035506dc0c859b8.tar.gz |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c index bae617e..350fa8d 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 }; |