Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	Melody Olvera <quic_molvera@quicinc.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	<linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 10/11] arm64: dts: qcom: sc7280: fix EUD port properties
Date: Wed, 8 Mar 2023 17:09:31 +0530	[thread overview]
Message-ID: <ecc7309e-792a-0a2b-f8ba-2ea25fbec2cb@quicinc.com> (raw)
In-Reply-To: <20230305125954.209559-10-krzysztof.kozlowski@linaro.org>



On 3/5/2023 6:29 PM, Krzysztof Kozlowski wrote:
> Nods with unit addresses must have also 'reg' property:

Nit: Should be "Nodes"

> 
>    sc7280-herobrine-crd.dtb: eud@88e0000: ports:port@0: 'reg' is a required property
> 
> Fixes: 0b059979090d ("arm64: dts: qcom: sc7280: Add EUD dt node and dwc3 connector")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>

>   arch/arm64/boot/dts/qcom/sc7280.dtsi | 9 +++++++++
>   1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> index bdcb74925313..71179182c3b8 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> @@ -3593,12 +3593,17 @@ eud: eud@88e0000 {
>   			      <0 0x088e2000 0 0x1000>;
>   			interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>;
>   			ports {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +
>   				port@0 {
> +					reg = <0>;
>   					eud_ep: endpoint {
>   						remote-endpoint = <&usb2_role_switch>;
>   					};
>   				};
>   				port@1 {
> +					reg = <1>;
>   					eud_con: endpoint {
>   						remote-endpoint = <&con_eud>;
>   					};
> @@ -3609,7 +3614,11 @@ eud_con: endpoint {
>   		eud_typec: connector {
>   			compatible = "usb-c-connector";
>   			ports {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +
>   				port@0 {
> +					reg = <0>;
>   					con_eud: endpoint {
>   						remote-endpoint = <&eud_con>;
>   					};

  parent reply	other threads:[~2023-03-08 11:40 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05 12:59 [PATCH 01/11] arm64: dts: qcom: drop incorrect cell-index from SPMI Krzysztof Kozlowski
2023-03-05 12:59 ` [PATCH 02/11] arm64: dts: qcom: sm8250: drop incorrect Coresight funnel properties Krzysztof Kozlowski
2023-03-06 13:49   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 03/11] arm64: dts: qcom: qdu1000: drop incorrect serial properties Krzysztof Kozlowski
2023-03-06 10:48   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 04/11] arm64: dts: qcom: sdm845-db845c: drop SPI label Krzysztof Kozlowski
2023-03-06 10:56   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 05/11] arm64: dts: qcom: apq8096-db820c: " Krzysztof Kozlowski
2023-03-06 10:57   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 06/11] arm64: dts: qcom: ipq6018-cp01-c1: drop SPI cs-select Krzysztof Kozlowski
2023-03-06 10:57   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 07/11] arm64: dts: qcom: msm8953: correct RPMCC node name Krzysztof Kozlowski
2023-03-06 10:58   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 08/11] arm64: dts: qcom: msm8953: drop clocks from RPMPD Krzysztof Kozlowski
2023-03-06 10:58   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 09/11] arm64: dts: qcom: msm8994: correct RPMCC node name Krzysztof Kozlowski
2023-03-06 10:58   ` Konrad Dybcio
2023-03-07 19:49   ` Petr Vorel
2023-03-08  8:39     ` Krzysztof Kozlowski
2023-03-05 12:59 ` [PATCH 10/11] arm64: dts: qcom: sc7280: fix EUD port properties Krzysztof Kozlowski
2023-03-06 11:11   ` Konrad Dybcio
2023-03-08 11:39   ` Souradeep Chowdhury [this message]
2023-03-05 12:59 ` [PATCH 11/11] arm64: dts: qcom: msm8996-oneplus: do not enable incomplete nodes Krzysztof Kozlowski
2023-03-06 13:55   ` Konrad Dybcio
2023-03-06 10:48 ` [PATCH 01/11] arm64: dts: qcom: drop incorrect cell-index from SPMI Konrad Dybcio

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=ecc7309e-792a-0a2b-f8ba-2ea25fbec2cb@quicinc.com \
    --to=quic_schowdhu@quicinc.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.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=quic_molvera@quicinc.com \
    --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