[PATCH v3 0/4] Add display overlays for imx8mp-phyboard-pollux

Yannic Moog posted 4 patches 6 hours ago
arch/arm64/boot/dts/freescale/Makefile             |  15 ++
.../imx8mp-phyboard-pollux-etml1010g3dra.dtso      |  44 +++++
...mp-phyboard-pollux-peb-av-10-etml1010g3dra.dtso |  45 +++++
...8mp-phyboard-pollux-peb-av-10-ph128800t006.dtso |  45 +++++
.../imx8mp-phyboard-pollux-peb-av-10.dtsi          | 198 +++++++++++++++++++++
.../imx8mp-phyboard-pollux-peb-av-10.dtso          |   9 +
.../imx8mp-phyboard-pollux-ph128800t006.dtso       |  45 +++++
.../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   |  53 ++----
.../boot/dts/freescale/imx8mp-phycore-som.dtsi     |   4 +-
9 files changed, 415 insertions(+), 43 deletions(-)
[PATCH v3 0/4] Add display overlays for imx8mp-phyboard-pollux
Posted by Yannic Moog 6 hours ago
The phyBOARD-Pollux has an LVDS + backlight connector where one LVDS
channel is routed through.
Also, an expansion board (PEB-AV-10) may be connected to the baseboard
where the other LVDS channel (of the imx8mp SoC LVDS display bridge) is
routed to and there, too, an LVDS display may be connected.
However, both LVDS channels must not be used simultaneously as this is
not supported.
Currently, 2 displays are supported. Both are 10" touch displays, where the
edt is deprecated and kept for backward compatibility reasons. The powertip
panel is the successor to the edt panel and the current panel of choice.
The expansion board (PEB-AV-10) also has a 3.5 mm audio jack and thus
the expansion board may also be used for audio purposes without
displays.

---
Changes in v3:
- add patch which updates copyright and license
- update license identifier according to proper SPDX syntax
- explain in expansion board patch why a dtsi and dtso are introduced
- Link to v2: https://lore.kernel.org/r/20250924-imx8mp-pollux-display-overlays-v2-0-600f06b518b9@phytec.de

Changes in v2:
- Change license identifier of pollux and peb-av overlays.
- Link to v1: https://lore.kernel.org/r/20250915-imx8mp-pollux-display-overlays-v1-0-59508d578f0f@phytec.de

---
Yannic Moog (4):
      arm64: dts: im8mp-phy{board,core}: update license and copyright
      arm64: dts: imx8mp pollux: add display overlays
      arm64: dts: imx8mp pollux: add expansion board overlay
      arm64: dts: imx8mp pollux: add displays for expansion board

 arch/arm64/boot/dts/freescale/Makefile             |  15 ++
 .../imx8mp-phyboard-pollux-etml1010g3dra.dtso      |  44 +++++
 ...mp-phyboard-pollux-peb-av-10-etml1010g3dra.dtso |  45 +++++
 ...8mp-phyboard-pollux-peb-av-10-ph128800t006.dtso |  45 +++++
 .../imx8mp-phyboard-pollux-peb-av-10.dtsi          | 198 +++++++++++++++++++++
 .../imx8mp-phyboard-pollux-peb-av-10.dtso          |   9 +
 .../imx8mp-phyboard-pollux-ph128800t006.dtso       |  45 +++++
 .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   |  53 ++----
 .../boot/dts/freescale/imx8mp-phycore-som.dtsi     |   4 +-
 9 files changed, 415 insertions(+), 43 deletions(-)
---
base-commit: e6b9dce0aeeb91dfc0974ab87f02454e24566182
change-id: 20250908-imx8mp-pollux-display-overlays-b4ab84966c66

Best regards,
-- 
Yannic Moog <y.moog@phytec.de>