From: galak@codeaurora.org (Kumar Gala)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: qcom: Update SoC compatibles we support
Date: Wed, 24 Sep 2014 13:20:38 -0500 [thread overview]
Message-ID: <1411582838-24159-1-git-send-email-galak@codeaurora.org> (raw)
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
next reply other threads:[~2014-09-24 18:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-24 18:20 Kumar Gala [this message]
2014-09-24 18:34 ` [PATCH] ARM: qcom: Update SoC compatibles we support Stephen Boyd
2014-09-24 19:26 ` Kumar Gala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1411582838-24159-1-git-send-email-galak@codeaurora.org \
--to=galak@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).