Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78700c0a authored by Neil Armstrong's avatar Neil Armstrong Committed by Andy Gross
Browse files

ARM: qcom: Add support for MDM9615



Add support for Qualcomm MDM9615 in Kconfig and in DT match list.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 1a695a90
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -23,4 +23,8 @@ config ARCH_MSM8974
	bool "Enable support for MSM8974"
	bool "Enable support for MSM8974"
	select HAVE_ARM_ARCH_TIMER
	select HAVE_ARM_ARCH_TIMER


config ARCH_MDM9615
	bool "Enable support for MDM9615"
	select CLKSRC_QCOM

endif
endif
+1 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,7 @@ static const char * const qcom_dt_match[] __initconst = {
	"qcom,ipq8064",
	"qcom,ipq8064",
	"qcom,msm8660-surf",
	"qcom,msm8660-surf",
	"qcom,msm8960-cdp",
	"qcom,msm8960-cdp",
	"qcom,mdm9615",
	NULL
	NULL
};
};