Commit b45efe38 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'qcom-soc-for-4.8' of...

Merge tag 'qcom-soc-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/soc

Qualcomm ARM Based SoC Updates for v4.8

* Add MSM9615 support

* tag 'qcom-soc-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux

:
  ARM: qcom: Add support for MDM9615

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents d6e29da9 78700c0a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ static const char * const qcom_dt_match[] __initconst = {
	"qcom,ipq8064",
	"qcom,msm8660-surf",
	"qcom,msm8960-cdp",
	"qcom,mdm9615",
	NULL
};