All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: qcom: Update SoC compatibles we support
@ 2014-09-24 18:20 ` Kumar Gala
  0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2014-09-24 18:20 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: Kumar Gala, linux-arm-kernel, linux-kernel

Move to just using the SoC name in the compatible list so we don't need
to update this for every board going forward.  Also added "qcom,msm8974"
to the list as we support "qcom,apq8074" already (the modemless version
of "qcom,msm8974").

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 arch/arm/mach-qcom/board.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c
index 6d8bbf7..e3e44aa 100644
--- a/arch/arm/mach-qcom/board.c
+++ b/arch/arm/mach-qcom/board.c
@@ -16,12 +16,13 @@
 
 static const char * const qcom_dt_match[] __initconst = {
 	"qcom,apq8064",
-	"qcom,apq8074-dragonboard",
+	"qcom,apq8074",
 	"qcom,apq8084",
 	"qcom,ipq8062",
 	"qcom,ipq8064",
-	"qcom,msm8660-surf",
-	"qcom,msm8960-cdp",
+	"qcom,msm8660",
+	"qcom,msm8960",
+	"qcom,msm8974",
 	NULL
 };
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-24 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 18:20 [PATCH] ARM: qcom: Update SoC compatibles we support Kumar Gala
2014-09-24 18:20 ` Kumar Gala
2014-09-24 18:34 ` Stephen Boyd
2014-09-24 18:34   ` Stephen Boyd
2014-09-24 19:26   ` Kumar Gala
2014-09-24 19:26     ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.