ARM: qcom: Add support for MDM9615
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 17 Jun 2016 10:31:23 +0000 (12:31 +0200)
committerAndy Gross <andy.gross@linaro.org>
Sat, 25 Jun 2016 03:57:23 +0000 (22:57 -0500)
Add support for Qualcomm MDM9615 in Kconfig and in DT match list.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/mach-qcom/Kconfig
arch/arm/mach-qcom/board.c

index 73494500b51cbb79b2a1aa025f5ad54f5cf60276..46ed10a807f0dc80b72cd5c74190300771969163 100644 (file)
@@ -23,4 +23,8 @@ config ARCH_MSM8974
        bool "Enable support for MSM8974"
        select HAVE_ARM_ARCH_TIMER
 
+config ARCH_MDM9615
+       bool "Enable support for MDM9615"
+       select CLKSRC_QCOM
+
 endif
index 6d8bbf7d39d8d48289a90b646e3181c97938e80b..d8060dfd1a2157ce42c92ed8137dcfbe02076775 100644 (file)
@@ -22,6 +22,7 @@ static const char * const qcom_dt_match[] __initconst = {
        "qcom,ipq8064",
        "qcom,msm8660-surf",
        "qcom,msm8960-cdp",
+       "qcom,mdm9615",
        NULL
 };
 
This page took 0.026474 seconds and 5 git commands to generate.