Devicetree
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Saurabh Anand <saurabh.anand@oss.qualcomm.com>
Cc: konradybcio@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
	 conor+dt@kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org,  linux-kernel@vger.kernel.org,
	quic_riteshk@quicinc.com, quic_vproddut@quicinc.com,
	 quic_mkuntuma@quicinc.com, mahadevan.p@oss.qualcomm.com
Subject: Re: [PATCH] arm64: dts: qcom: glymur: Configure DP endpoints for 2-lane operation
Date: Thu, 21 May 2026 17:25:04 -0500	[thread overview]
Message-ID: <ag-F105poL3olmmI@baldur> (raw)
In-Reply-To: <20260521120058.2966709-1-saurabh.anand@oss.qualcomm.com>

On Thu, May 21, 2026 at 05:30:58PM +0530, Saurabh Anand wrote:
> Add explicit data-lanes to the MDSS DP output endpoints to enable

As described in
https://docs.kernel.org/process/submitting-patches.html#describe-your-changes
this is where you describe the problem that you're solving.

If you had done that, we wouldn't need to guess what you're up to.

Thanks,
Bjorn

> display port in 2 lanes configuration and disable the mode-switch
> property from the USB QMP PHY node.
> 
> Signed-off-by: Saurabh Anand <saurabh.anand@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/glymur.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
> index 72c7dc6e4f09..d6b3c5bfebd5 100644
> --- a/arch/arm64/boot/dts/qcom/glymur.dtsi
> +++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
> @@ -2445,7 +2445,6 @@ usb_0_qmpphy: phy@fd5000 {
>  			#clock-cells = <1>;
>  			#phy-cells = <1>;
>  
> -			mode-switch;
>  			orientation-switch;
>  
>  			status = "disabled";
> @@ -2517,7 +2516,6 @@ usb_1_qmpphy: phy@fde000 {
>  			#clock-cells = <1>;
>  			#phy-cells = <1>;
>  
> -			mode-switch;
>  			orientation-switch;
>  
>  			status = "disabled";
> @@ -4550,6 +4548,7 @@ port@1 {
>  						reg = <1>;
>  
>  						mdss_dp0_out: endpoint {
> +							data-lanes = <0 1>;
>  							remote-endpoint = <&usb_dp_qmpphy_dp_in>;
>  						};
>  					};
> @@ -4641,6 +4640,7 @@ port@1 {
>  						reg = <1>;
>  
>  						mdss_dp1_out: endpoint {
> +							data-lanes = <0 1>;
>  							remote-endpoint = <&usb_1_qmpphy_dp_in>;
>  						};
>  					};
> -- 
> 2.34.1
> 

      parent reply	other threads:[~2026-05-21 22:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-21 12:00 [PATCH] arm64: dts: qcom: glymur: Configure DP endpoints for 2-lane operation Saurabh Anand
2026-05-21 18:57 ` Val Packett
2026-05-21 22:25 ` Bjorn Andersson [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=ag-F105poL3olmmI@baldur \
    --to=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mahadevan.p@oss.qualcomm.com \
    --cc=quic_mkuntuma@quicinc.com \
    --cc=quic_riteshk@quicinc.com \
    --cc=quic_vproddut@quicinc.com \
    --cc=robh@kernel.org \
    --cc=saurabh.anand@oss.qualcomm.com \
    /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