public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Vishnu Saini <vishnu.saini@oss.qualcomm.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, prahlad.valluru@oss.qualcomm.com,
	Prahlad Valluru <vvalluru@qti.qualcomm.com>,
	Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Subject: Re: [PATCH 1/2] arm64: dts: qcom: monaco: add lt8713sx bridge with displayport
Date: Tue, 17 Mar 2026 12:42:24 +0100	[thread overview]
Message-ID: <617cc5dd-9012-407c-8579-2c08fc629047@kernel.org> (raw)
In-Reply-To: <20260317-lt8713sx_dt_for_next-v1-1-8195fa931ff1@oss.qualcomm.com>

On 17/03/2026 07:03, Vishnu Saini wrote:
> Monaco-evk has LT8713sx which act as DP to 3 DP output
> converter. Edp PHY from monaco soc is connected to lt8713sx
> as input and output of lt8713sx is connected to 3 mini DP ports.
> 
> Two ports are available in mainboard and one port
> is available on Mezz board.
> 
> lt8713sx is connected to soc over i2c0 and with reset gpio
> connected to pin6 of ioexpander5.
> 
> Enable the edp nodes from monaco and enable lontium lt8713sx
> bridge node.
> 
> Co-developed-by: Prahlad Valluru <vvalluru@qti.qualcomm.com>
> Signed-off-by: Prahlad Valluru <vvalluru@qti.qualcomm.com>
> Signed-off-by: Vishnu Saini <vishnu.saini@oss.qualcomm.com>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

How v1 could be reviewed already? v1 is the first posting.


> ---
>  arch/arm64/boot/dts/qcom/monaco-evk.dts | 89 +++++++++++++++++++++++++++++++++
>  arch/arm64/boot/dts/qcom/monaco.dtsi    |  6 +++
>  2 files changed, 95 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/monaco-evk.dts b/arch/arm64/boot/dts/qcom/monaco-evk.dts
> index 0b26cc334a69..0ca5615c996d 100644
> --- a/arch/arm64/boot/dts/qcom/monaco-evk.dts
> +++ b/arch/arm64/boot/dts/qcom/monaco-evk.dts
> @@ -52,6 +52,30 @@ dmic: audio-codec-0 {
>  		num-channels = <1>;
>  	};
>  
> +	dp-connector0 {

dp-connector-0

> +		compatible = "dp-connector";
> +		label = "DP";
> +		type = "mini";
> +
> +		port {
> +			dp0_connector_in: endpoint {
> +				remote-endpoint = <&lt8713sx_dp0_out>;
> +			};
> +		};
> +	};
> +
> +	dp-connector1 {


dp-connector-1

> +		compatible = "dp-connector";
> +		label = "DP";
> +		type = "mini";
> +
> +		port {
> +			dp1_connector_in: endpoint {
> +				remote-endpoint = <&lt8713sx_dp1_out>;
> +			};
> +		};
> +	};
> +
>  	max98357a: audio-codec-1 {

And here you have example. Write code consistent with the rest.


Best regards,
Krzysztof

  parent reply	other threads:[~2026-03-17 11:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-17  6:03 [PATCH 0/2] Enable lt8713sx bridge with displayport for monaco-evk Vishnu Saini
2026-03-17  6:03 ` [PATCH 1/2] arm64: dts: qcom: monaco: add lt8713sx bridge with displayport Vishnu Saini
2026-03-17  9:22   ` Konrad Dybcio
2026-03-17 13:53     ` Vishnu Saini
2026-03-17 13:58       ` Konrad Dybcio
2026-03-17 11:42   ` Krzysztof Kozlowski [this message]
2026-03-17 14:10     ` Vishnu Saini
2026-03-17 14:40       ` Krzysztof Kozlowski
2026-03-17 14:40       ` Dmitry Baryshkov
2026-03-17 15:25         ` Vishnu Saini
2026-03-17  6:03 ` [PATCH 2/2] arm64: defconfig: Enable Lontium LT8713sx driver Vishnu Saini
2026-03-17 11:44   ` Krzysztof Kozlowski
2026-03-17 13:38     ` Vishnu Saini
2026-03-17 13:49       ` Krzysztof Kozlowski
2026-03-17 14:23         ` Vishnu Saini
2026-03-17 14:40           ` Krzysztof Kozlowski
2026-03-17 15:19             ` Vishnu Saini
2026-03-17 17:51               ` Dmitry Baryshkov
2026-03-17 19:03                 ` Vishnu Saini
  -- strict thread matches above, loose matches on Subject: below --
2025-11-20 10:58 [PATCH 0/2] Enable lt8713sx bridge with displayport for monaco-evk Vishnu Saini
2025-11-20 10:58 ` [PATCH 1/2] arm64: dts: qcom: monaco: add lt8713sx bridge with displayport Vishnu Saini
2025-11-20 12:11   ` Konrad Dybcio
2025-12-19 11:20     ` Vishnu Saini
2025-12-19 12:10       ` Konrad Dybcio
2025-12-19 12:59         ` Vishnu Saini
2025-12-19 13:33           ` Konrad Dybcio
2025-11-20 14:26   ` Bjorn Andersson
2025-12-19 11:24     ` Vishnu Saini
2025-11-24 10:46   ` kernel test robot

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=617cc5dd-9012-407c-8579-2c08fc629047@kernel.org \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=prahlad.valluru@oss.qualcomm.com \
    --cc=robh@kernel.org \
    --cc=vishnu.saini@oss.qualcomm.com \
    --cc=vvalluru@qti.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