From f335b8af4fd5c8c192a55af58035506dc0c859b8 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 3 Apr 2014 14:48:22 -0500 Subject: 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 --- arch/arm/mach-qcom/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-qcom') 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 static const char * const qcom_dt_match[] __initconst = { + "qcom,apq8064", + "qcom,apq8074-dragonboard", "qcom,msm8660-surf", "qcom,msm8960-cdp", - "qcom,apq8074-dragonboard", NULL }; -- cgit From 975fd0f6c3932b492e28a2aee89098679d157a28 Mon Sep 17 00:00:00 2001 From: Georgi Djakov Date: Fri, 23 May 2014 18:12:29 +0300 Subject: ARM: dts: qcom: Add APQ8084 SoC support Add support for the Qualcomm Snapdragon 805 APQ8084 SoC. It is used on APQ8084-MTP and other boards. Signed-off-by: Georgi Djakov Signed-off-by: Kumar Gala --- arch/arm/mach-qcom/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-qcom') diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c index 350fa8d718f4..c437a9941726 100644 --- a/arch/arm/mach-qcom/board.c +++ b/arch/arm/mach-qcom/board.c @@ -17,6 +17,7 @@ static const char * const qcom_dt_match[] __initconst = { "qcom,apq8064", "qcom,apq8074-dragonboard", + "qcom,apq8084", "qcom,msm8660-surf", "qcom,msm8960-cdp", NULL -- cgit