From: Nitheesh Sekar <quic_nsekar@quicinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: <agross@kernel.org>, <andersson@kernel.org>,
<konrad.dybcio@linaro.org>, <vkoul@kernel.org>,
<kishon@kernel.org>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
<gregkh@linuxfoundation.org>, <quic_srichara@quicinc.com>,
<quic_varada@quicinc.com>, <quic_wcheng@quicinc.com>,
<linux-arm-msm@vger.kernel.org>, <linux-phy@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-usb@vger.kernel.org>,
Amandeep Singh <quic_amansing@quicinc.com>
Subject: Re: [PATCH 5/5] arm64: dts: qcom: ipq5018: Enable USB
Date: Thu, 31 Aug 2023 08:27:15 +0530 [thread overview]
Message-ID: <8f9b68a1-c5d3-1ffe-e651-eabbd4d4bf0a@quicinc.com> (raw)
In-Reply-To: <CAA8EJppvNS_hy=L+zgk5HAB5iDEZE_j5LvEmQgAfcnwfy_7wNA@mail.gmail.com>
On 8/31/2023 1:41 AM, Dmitry Baryshkov wrote:
> On Fri, 25 Aug 2023 at 12:37, Nitheesh Sekar <quic_nsekar@quicinc.com> wrote:
>> Enable USB2 in host mode.
>>
>> Co-developed-by: Amandeep Singh <quic_amansing@quicinc.com>
>> Signed-off-by: Amandeep Singh <quic_amansing@quicinc.com>
>> Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
>> ---
>> arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 12 ++++++++++++
>> 1 file changed, 12 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts b/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts
>> index e636a1cb9b77..cdf5e22ec54e 100644
>> --- a/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts
>> +++ b/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts
>> @@ -70,3 +70,15 @@
>> &xo_board_clk {
>> clock-frequency = <24000000>;
>> };
>> +
>> +&usbphy0 {
>> + status = "okay";
>> +};
>> +
>> +&usb {
>> + status = "okay";
>> +};
>> +
>> +&usb2_0_dwc {
>> + dr_mode = "host";
>> +};
> Let me sort these for you:
>
> - usb
> - usb2_0_dwc
> - usbphy0
>
> Like in a dictionary.
I will remove "2_0" in usb2_0_dwc and then sort and reorder the nodes
again in the latest V2 version.
Regards,
Nitheesh
prev parent reply other threads:[~2023-08-31 2:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-25 9:35 [PATCH 0/5] Enable IPQ5018 USB2 support Nitheesh Sekar
2023-08-25 9:35 ` [PATCH 1/5] dt-bindings: phy: qcom,m31: Add IPQ5018 compatible Nitheesh Sekar
2023-08-25 10:36 ` Krzysztof Kozlowski
2023-08-25 9:35 ` [PATCH 2/5] dt-bindings: usb: dwc3: " Nitheesh Sekar
2023-08-25 10:37 ` Krzysztof Kozlowski
2023-08-30 6:53 ` Nitheesh Sekar
2023-08-25 9:35 ` [PATCH 3/5] phy: qcom-m31: Add compatible, phy init sequence for IPQ5018 Nitheesh Sekar
2023-08-25 9:35 ` [PATCH 4/5] arm64: dts: qcom: ipq5018: Add USB related nodes Nitheesh Sekar
2023-08-25 10:38 ` Krzysztof Kozlowski
2023-08-30 6:55 ` Nitheesh Sekar
2023-08-25 10:39 ` Krzysztof Kozlowski
2023-08-30 6:55 ` Nitheesh Sekar
2023-08-30 20:15 ` Dmitry Baryshkov
2023-08-31 2:50 ` Nitheesh Sekar
2023-08-25 9:35 ` [PATCH 5/5] arm64: dts: qcom: ipq5018: Enable USB Nitheesh Sekar
2023-08-25 10:38 ` Krzysztof Kozlowski
2023-08-30 6:56 ` Nitheesh Sekar
2023-08-30 20:11 ` Dmitry Baryshkov
2023-08-31 2:57 ` Nitheesh Sekar [this message]
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=8f9b68a1-c5d3-1ffe-e651-eabbd4d4bf0a@quicinc.com \
--to=quic_nsekar@quicinc.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=kishon@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=quic_amansing@quicinc.com \
--cc=quic_srichara@quicinc.com \
--cc=quic_varada@quicinc.com \
--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
all inboxes | Powered by JetHome®