From: Sandeep Maheswaram <sanm@codeaurora.org>
To: agross@kernel.org, balbi@kernel.org, robh+dt@kernel.org,
mark.rutland@arm.com
Cc: linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org,
devicetree@vger.kernel.org, mgautam@codeaurora.org,
Sandeep Maheswaram <sanm@codeaurora.org>
Subject: [PATCH 1/2] usb: dwc3: Add support for SC7180 SOC
Date: Thu, 24 Oct 2019 18:18:47 +0530 [thread overview]
Message-ID: <1571921328-13898-2-git-send-email-sanm@codeaurora.org> (raw)
In-Reply-To: <1571921328-13898-1-git-send-email-sanm@codeaurora.org>
Add compatible for SC7180 SOC in USB DWC3 driver
Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
---
drivers/usb/dwc3/dwc3-qcom.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c
index 261af9e..841763f 100644
--- a/drivers/usb/dwc3/dwc3-qcom.c
+++ b/drivers/usb/dwc3/dwc3-qcom.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
*
* Inspired by dwc3-of-simple.c
*/
@@ -754,6 +754,7 @@ static const struct of_device_id dwc3_qcom_of_match[] = {
{ .compatible = "qcom,msm8996-dwc3" },
{ .compatible = "qcom,msm8998-dwc3" },
{ .compatible = "qcom,sdm845-dwc3" },
+ { .compatible = "qcom,sc7180-dwc3" },
{ }
};
MODULE_DEVICE_TABLE(of, dwc3_qcom_of_match);
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2019-10-24 12:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-24 12:48 [PATCH 0/2] Add USB DWC3 support for SC7180 Sandeep Maheswaram
2019-10-24 12:48 ` Sandeep Maheswaram [this message]
2019-10-24 12:48 ` [PATCH 2/2] dt-bindings: usb: qcom,dwc3: Add compatible " Sandeep Maheswaram
2019-10-29 16:29 ` Stephen Boyd
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=1571921328-13898-2-git-send-email-sanm@codeaurora.org \
--to=sanm@codeaurora.org \
--cc=agross@kernel.org \
--cc=balbi@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mgautam@codeaurora.org \
--cc=robh+dt@kernel.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).