[PATCH 0/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS V1 and V2
Leonardo Costa <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Leonardo Costa <[email protected]> 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/[email protected]/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