diff options
author | Georgi Djakov <gdjakov@mm-sol.com> | 2014-05-23 18:12:29 +0300 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-29 11:16:33 -0500 |
commit | 975fd0f6c3932b492e28a2aee89098679d157a28 (patch) | |
tree | 9a3ed93f4df0c753a7bbba2b3d7521c9c5ca5a6c /arch/arm/mach-qcom | |
parent | f335b8af4fd5c8c192a55af58035506dc0c859b8 (diff) |
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 <gdjakov@mm-sol.com>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r-- | arch/arm/mach-qcom/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c index 350fa8d718f..c437a994172 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 |