Re: [PATCH v2 1/2] arm64: dts: qcom: Enable lvds panel-DV215FHM-R01 for rb3gen2 industrial mezzanine
From: Konrad Dybcio
Date: Fri Jan 30 2026 - 05:57:07 EST
On 1/30/26 11:27 AM, Gopi Botlagunta wrote:
> Below is the routing diagram of dsi lanes from qcs6490 soc to
> mezzanine.
>
> DSI0 --> SW1403.4 --> LT9611uxc --> hdmi port
> |
> --> SW2700.1 --> dsi connector
> |
> --> LT9211c --> LVDS connector
>
> Disable hdmi connector for industrial mezzanine and enable
> LT9211c bridge and lvds panel node.
> LT9211c is powered by default with reset gpio connected to 117.
>
> Signed-off-by: Gopi Botlagunta <venkata.botlagunta@xxxxxxxxxxxxxxxx>
> Co-developed-by: Yi Zhang <zhanyi@xxxxxxxxxxxxxxxx>
> Signed-off-by: Yi Zhang <zhanyi@xxxxxxxxxxxxxxxx>
> ---
> .../qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso | 106 +++++++++++++++++++++
> 1 file changed, 106 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso
> index 619a42b5ef48..cc8ee1643167 100644
> --- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso
> +++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso
> @@ -8,6 +8,112 @@
> #include <dt-bindings/clock/qcom,gcc-sc7280.h>
> #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
>
> +/ {
> +
> + hdmi-connector {
Please add a label to this node in the base dts and reference it &as_such,
the current approach is very error-prone
Konrad