Re: [PATCH] arm64: dts: qcom: lemans-evk: Enable mdss1 display Port
From: Konrad Dybcio
Date: Thu Feb 19 2026 - 08:43:28 EST
On 2/19/26 2:36 PM, Gopi Botlagunta wrote:
> This change enables DP controllers, DPTX0 and DPTX1 alongside
> their corresponding PHYs of mdss1 which corresponds to edp2
> and edp3.
>
> Signed-off-by: Gopi Botlagunta <venkata.botlagunta@xxxxxxxxxxxxxxxx>
> ---
[...]
> +&mdss1_dp0 {
> + pinctrl-0 = <&dp2_hot_plug_det>;
> + pinctrl-names = "default";
> + status = "okay";
> +};
> +
> +&mdss1_dp1 {
> + pinctrl-0 = <&dp3_hot_plug_det>;
> + pinctrl-names = "default";
> + status = "okay";
Nit: a \n before 'status' is customary and it's present in all other
nodes in this file
[...]
> ---
> base-commit: 1a0829927afbfe654c632eb2e779fa32df825b06
> change-id: 20260219-enable-edp2-3-lemans-evk-mezzanine-1bef9932ee6d
> prerequisite-message-id: 20260203193848.123307-2-umang.chheda@xxxxxxxxxxxxxxxx
> prerequisite-patch-id: baf07fce333b86c35c3d4cefbba5800a519952a3
> prerequisite-message-id: 20260217071420.2240380-1-mkuntuma@xxxxxxxxxxxxxxxx
> prerequisite-patch-id: 74a76fd6a1129cdbbd32d91d2a119d693dba78a7
> prerequisite-patch-id: f4a858f7e707c8e330daf2ea1f4da58b4da00f05
This is really long and scattered across multiple people, effectively
making it a chaos for tracking. Could you please coordinate with Mani
who submitted the changes for the SoC as well as the ride board to
send these patches together?
Konrad