[PATCH v2 0/7] arm64: dts: ti: k3-am69-aquila: Add display and peripheral overlays
From: Vitor Soares
Date: Tue Jun 02 2026 - 07:57:21 EST
From: Vitor Soares <vitor.soares@xxxxxxxxxxx>
This series adds device tree overlays for the Toradex Aquila AM69
platform. The overlays cover display adapters, DSI displays, and OV5640
CSI camera modules available through the Toradex accessory ecosystem.
Display additions cover three configurations:
- DSI-to-HDMI adapter based on the LT8912B
- DSI-to-LVDS adapter based on the SN65DSI84 with the Toradex Capacitive
Touch Display 10.1" LVDS
- DSI driving the Toradex Capacitive Touch Display 7" and 10.1" DSI
For the OV5640 camera overlays, both the current Toradex CSI Camera Set
5MP OV5640 with a 27 MHz oscillator and the legacy CSI Module 5MP OV5640
with a 24 MHz oscillator are supported.
This series depends on the Riverdi vendor prefix and panel-lvds binding
patches, which have been applied to drm-misc-next:
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/3764568dd2e621850c8c2a34dd8a88096ae73e72
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/3c3c5fb9b36836d279ebe370189d68a0a3387362
---
Changes in v2:
- Fix missing main_ehrpwm5 enable in Capacitive Touch Display 10.1" and
7" DSI overlays for the Clover board.
- Reorder remote-endpoint property in DSI-to-LVDS bridge endpoint.
- Reorder supply properties in OV5640 CSI camera nodes and rename clock
node to match binding preferred node name pattern.
- Link v1: https://lore.kernel.org/all/20260529120853.636015-9-ivitro@xxxxxxxxx/
Vitor Soares (7):
arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to HDMI Adapter
arm64: dts: ti: k3-am69-aquila: Add DSI to LVDS adapter with 10.1"
display
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
10.1" DSI with adapter
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
7" DSI with adapter
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
10.1" DSI
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
7" DSI
arm64: dts: ti: k3-am69-aquila: Add Toradex OV5640 CSI cameras
arch/arm64/boot/dts/ti/Makefile | 43 +++++
...la-adapter-panel-cap-touch-10inch-dsi.dtso | 155 +++++++++++++++++
...ila-adapter-panel-cap-touch-7inch-dsi.dtso | 155 +++++++++++++++++
.../ti/k3-am69-aquila-csi1-ov5640-24mhz.dtso | 18 ++
.../dts/ti/k3-am69-aquila-csi1-ov5640.dtsi | 76 +++++++++
.../dts/ti/k3-am69-aquila-csi1-ov5640.dtso | 19 +++
.../ti/k3-am69-aquila-csi2-ov5640-24mhz.dtso | 18 ++
.../dts/ti/k3-am69-aquila-csi2-ov5640.dtsi | 76 +++++++++
.../dts/ti/k3-am69-aquila-csi2-ov5640.dtso | 19 +++
.../dts/ti/k3-am69-aquila-dsi-to-hdmi.dtso | 115 +++++++++++++
...la-dsi-to-lvds-panel-cap-touch-10inch.dtso | 142 ++++++++++++++++
...m69-aquila-panel-cap-touch-10inch-dsi.dtso | 158 ++++++++++++++++++
...am69-aquila-panel-cap-touch-7inch-dsi.dtso | 158 ++++++++++++++++++
13 files changed, 1152 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-adapter-panel-cap-touch-10inch-dsi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-adapter-panel-cap-touch-7inch-dsi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi1-ov5640-24mhz.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi1-ov5640.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi1-ov5640.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi2-ov5640-24mhz.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi2-ov5640.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi2-ov5640.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-hdmi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-lvds-panel-cap-touch-10inch.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-10inch-dsi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-7inch-dsi.dtso
--
2.54.0