From: Leonardo Costa <leoreis.costa@gmail.com>
To: Frank.Li@nxp.com, s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org
Cc: imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Leonardo Costa <leonardo.costa@toradex.com>
Subject: [PATCH 0/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS V1 and V2
Date: Thu, 13 Aug 2026 10:33:29 -0300 [thread overview]
Message-ID: <20260813133335.1941580-1-leoreis.costa@gmail.com> (raw)
From: Leonardo Costa <leonardo.costa@toradex.com>
This series adds device tree overlays for the Toradex Capacitive Touch
Display 10.1" LVDS V1 and V2 with the Verdin iMX8M Plus SoM.
The display addition covers two interface types:
- Native LCDIF (LVDS)
- DSI-to-LVDS adapter based on the SN65DSI84
This change depends on other patch series, and should be applied after
it:
- https://lore.kernel.org/linux-arm-kernel/20260623195741.495734-1-leoreis.costa@gmail.com/T/#t
Adds the Toradex Capacitive Touch Display 10.1" LVDS V2 overlays for
the Verdin AM62. This series is required because it adds the panel
bindings for the display. It is currently in linux-next.
Leonardo Costa (6):
arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch
Display 10.1" LVDS
arm64: dts: freescale: imx8mp-verdin: Add Toradex DSI to LVDS adapter
with 10.1" display
arm64: dts: freescale: imx8mp-verdin: Add Mezzanine with Toradex
Display 10.1" LVDS
arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch
Display 10.1" LVDS V2
arm64: dts: freescale: imx8mp-verdin: Add Toradex DSI to LVDS adapter
with the 10.1" V2 display
arm64: dts: freescale: imx8mp-verdin: Add Mezzanine with Toradex
Display 10.1" LVDS V2
arch/arm64/boot/dts/freescale/Makefile | 31 +++++
...zanine-panel-cap-touch-10inch-lvds-v2.dtso | 107 +++++++++++++++
...mezzanine-panel-cap-touch-10inch-lvds.dtso | 71 ++++++++++
...in-dsi-to-lvds-panel-cap-touch-10inch.dtso | 94 +++++++++++++
...dsi-to-lvds-v2-panel-cap-touch-10inch.dtso | 129 ++++++++++++++++++
...verdin-panel-cap-touch-10inch-lvds-v2.dtso | 118 ++++++++++++++++
...mp-verdin-panel-cap-touch-10inch-lvds.dtso | 95 +++++++++++++
7 files changed, 645 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-dev-mezzanine-panel-cap-touch-10inch-lvds-v2.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-dev-mezzanine-panel-cap-touch-10inch-lvds.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-dsi-to-lvds-panel-cap-touch-10inch.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-dsi-to-lvds-v2-panel-cap-touch-10inch.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-panel-cap-touch-10inch-lvds-v2.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-panel-cap-touch-10inch-lvds.dtso
next reply other threads:[~2026-08-13 13:34 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 13:33 Leonardo Costa [this message]
2026-08-13 13:33 ` [PATCH 1/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS Leonardo Costa
2026-08-13 13:51 ` sashiko-bot
2026-08-13 16:52 ` Leonardo Costa
2026-08-13 13:33 ` [PATCH 2/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex DSI to LVDS adapter with 10.1" display Leonardo Costa
2026-08-13 13:33 ` [PATCH 3/6] arm64: dts: freescale: imx8mp-verdin: Add Mezzanine with Toradex Display 10.1" LVDS Leonardo Costa
2026-08-13 13:33 ` [PATCH 4/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS V2 Leonardo Costa
2026-08-13 14:19 ` sashiko-bot
2026-08-13 15:47 ` Leonardo Costa
2026-08-13 13:33 ` [PATCH 5/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex DSI to LVDS adapter with the 10.1" V2 display Leonardo Costa
2026-08-13 14:28 ` sashiko-bot
2026-08-13 13:33 ` [PATCH 6/6] arm64: dts: freescale: imx8mp-verdin: Add Mezzanine with Toradex Display 10.1" LVDS V2 Leonardo Costa
2026-08-13 14:58 ` Frank Li
2026-08-13 15:43 ` Leonardo Costa
2026-08-13 16:15 ` Frank Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260813133335.1941580-1-leoreis.costa@gmail.com \
--to=leoreis.costa@gmail.com \
--cc=Frank.Li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=leonardo.costa@toradex.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.