Re: [PATCH v2] arm64: dts: qcom: lemans-evk: Enable Display Port
From: Dmitry Baryshkov
Date: Thu Aug 21 2025 - 06:37:16 EST
On Wed, Aug 20, 2025 at 07:58:35PM +0530, Prahlad Valluru wrote:
> From: Shashank Maurya <quic_ssmaurya@xxxxxxxxxxx>
>
> Lemans EVK board has two mini-DP connectors, connected to EDP0
> and EDP1 phys. Other EDP phys are available on expansion
> connectors for the mezzanine boards.
> Enable EDP0 and EDP1 along with their corresponding PHYs.
>
> Signed-off-by: Shashank Maurya <quic_ssmaurya@xxxxxxxxxxx>
> Signed-off-by: Prahlad Valluru <venkata.valluru@xxxxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - added dp-connector nodes for edp0 and edp1.
> - Link to v1: https://lore.kernel.org/r/20250711-enable-iq9-dp-v1-1-6d381e105473@xxxxxxxxxxxxxxxx
> ---
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 84 +++++++++++++++++++++++++++++++++
> 1 file changed, 84 insertions(+)
>
> @@ -261,6 +331,20 @@ &sleep_clk {
> clock-frequency = <32768>;
> };
>
> +&tlmm {
> + dp0_hot_plug_det: dp0-hot-plug-det-state {
> + pins = "gpio101";
> + function = "edp0_hot";
> + bias-disable;
> + };
> +
> + dp1_hot_plug_det: dp1-hot-plug-det-state {
> + pins = "gpio102";
> + function = "edp1_hot";
> + bias-disable;
> + };
Please move these to the SoC dtsi.
> +};
> +
> &uart10 {
> compatible = "qcom,geni-debug-uart";
> pinctrl-0 = <&qup_uart10_default>;
>
> ---
> base-commit: 1aa50d938e88fcad1312467bd09be4037bfe68ff
> change-id: 20250711-enable-iq9-dp-addc9c7195c9
>
> Best regards,
> --
> Prahlad Valluru <venkata.valluru@xxxxxxxxxxxxxxxx>
>
--
With best wishes
Dmitry