From: Richard Acayan <mailingradian@gmail.com>
To: linux-arm-msm@vger.kernel.org
Cc: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Felipe Balbi <balbi@kernel.org>,
Wesley Cheng <quic_wcheng@quicinc.com>,
linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
linux-usb@vger.kernel.org,
Richard Acayan <mailingradian@gmail.com>
Subject: [PATCH 3/3] usb: dwc3: qcom: add sdm670 compatible
Date: Tue, 20 Sep 2022 18:43:20 -0400 [thread overview]
Message-ID: <20220920224320.152127-4-mailingradian@gmail.com> (raw)
In-Reply-To: <20220920224320.152127-1-mailingradian@gmail.com>
The Snapdragon 670 has DWC3 USB support. Add a compatible for device tree
semantics.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
drivers/usb/dwc3/dwc3-qcom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c
index 9a94b1ab8f7a..34b70c3c2f70 100644
--- a/drivers/usb/dwc3/dwc3-qcom.c
+++ b/drivers/usb/dwc3/dwc3-qcom.c
@@ -1010,6 +1010,7 @@ static const struct of_device_id dwc3_qcom_of_match[] = {
{ .compatible = "qcom,msm8996-dwc3" },
{ .compatible = "qcom,msm8998-dwc3" },
{ .compatible = "qcom,sdm660-dwc3" },
+ { .compatible = "qcom,sdm670-dwc3" },
{ .compatible = "qcom,sdm845-dwc3" },
{ }
};
--
2.37.3
next prev parent reply other threads:[~2022-09-20 22:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 22:43 [PATCH 0/3] SDM670 USB 2.0 support Richard Acayan
2022-09-20 22:43 ` [PATCH 1/3] dt-bindings: phy: qcom,qusb2: document sdm670 compatible Richard Acayan
2022-09-21 7:32 ` Krzysztof Kozlowski
2022-09-20 22:43 ` [PATCH 2/3] dt-bindings: usb: dwc3: add " Richard Acayan
2022-09-21 7:32 ` Krzysztof Kozlowski
2022-09-22 2:42 ` Richard Acayan
2022-09-20 22:43 ` Richard Acayan [this message]
2022-09-20 23:44 ` [PATCH 3/3] usb: dwc3: qcom: " Konrad Dybcio
2022-09-21 7:33 ` Krzysztof Kozlowski
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=20220920224320.152127-4-mailingradian@gmail.com \
--to=mailingradian@gmail.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=balbi@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kishon@ti.com \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=quic_wcheng@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=vkoul@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