[PATCH v1 0/1] arm64: dts: qcom: Add dual-channel LVDS support on QCS615 Talos EVK
From: Sudarshan Shetty
Date: Tue Oct 28 2025 - 02:16:43 EST
Hi all,
This patch introduces a new device tree for the QCS615 Talos EVK platform
with dual-channel LVDS display support.
The new DTS file (`talos-evk-lvds.dts`) is based on the existing
`talos-evk.dts` and extends it to enable a dual-channel LVDS display
configuration using the TI SN65DSI84 DSI-to-LVDS bridge.
In this setup:
- LVDS Channel A carries odd pixels.
- LVDS Channel B carries even pixels.
This patch only adds the new DTS and corresponding Makefile entry.
Thanks,
Sudarshan
---
Sudarshan Shetty (1):
arm64: dts: qcom: talos-evk: Add support for dual-channel LVDS panel
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/talos-evk-lvds.dts | 128 ++++++++++++++++++++
2 files changed, 129 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/talos-evk-lvds.dts
--
2.34.1