mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nitheesh Sekar <quic_nsekar@quicinc.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	<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>
Cc: Amandeep Singh <quic_amansing@quicinc.com>
Subject: Re: [PATCH 4/5] arm64: dts: qcom: ipq5018: Add USB related nodes
Date: Wed, 30 Aug 2023 12:25:03 +0530	[thread overview]
Message-ID: <58d5122f-7b4e-3294-10df-eee79d39e0a3@quicinc.com> (raw)
In-Reply-To: <7c0dbf30-295f-6735-88d1-f4e524936c72@linaro.org>


On 8/25/2023 4:08 PM, Krzysztof Kozlowski wrote:
> On 25/08/2023 11:35, Nitheesh Sekar wrote:
>> Add USB phy and controller nodes.
>>
>> 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.dtsi | 54 +++++++++++++++++++++++++++
>>   1 file changed, 54 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/ipq5018.dtsi b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
>> index 9f13d2dcdfd5..ff477923a823 100644
>> --- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
>> @@ -238,6 +238,60 @@
>>   				status = "disabled";
>>   			};
>>   		};
>> +
>> +		usbphy0: phy@5b000 {
>> +			compatible = "qcom,ipq5018-usb-hsphy";
>> +			reg = <0x0005b000 0x120>;
>> +
>> +			clocks = <&gcc GCC_USB0_PHY_CFG_AHB_CLK>;
>> +
>> +			resets = <&gcc GCC_QUSB2_0_PHY_BCR>;
>> +
>> +			#phy-cells = <0>;
>> +
>> +			status = "disabled";
>> +		};
>> +
>> +		usb: usb2@8a00000 {
> usb@
>
> Node names should be generic. See also an explanation and list of
> examples (not exhaustive) in DT specification:
> https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
Sure, will update.

Regards,
Nitheesh

  reply	other threads:[~2023-08-30 19:03 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 [this message]
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

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=58d5122f-7b4e-3294-10df-eee79d39e0a3@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=gregkh@linuxfoundation.org \
    --cc=kishon@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@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®