This series brings up the HDMI output on the Debix Model A SBC. With support for the HDMI transmitter for the i.MX8MP SoC now merged[0], we can now enable the HDMI output on the Debix Model A SBC. The pinctrl values were blindly taken from the downstream BSP[1] and should be checked by someone who knows this platform better than myself. Also, with a 4K display there were a drm error with no output on the display, but this error did not occur with a 1080P display: imx-lcdif 32fc6000.display-controller: [drm] *ERROR* fbdev-dma: Failed to setup generic emulation (ret=-12) It would be interesting to see if this error is present for others on a different i.MX8MP device. I didn't have time to check this further and I assume the issue to be in the driver rather than specific to this SBC, so should not block this patch, but please correct me if I am wrong. [0]: https://lore.kernel.org/all/20240227220444.77566-1-aford173@xxxxxxxxx/ [1]: https://github.com/debix-tech/linux/blob/debix/arch/arm64/boot/dts/freescale/imx8mp-debix-io-board.dts#L1025 Christopher Obbard (1): arm64: dts: imx8mp-debix-model-a: Add HDMI output support .../dts/freescale/imx8mp-debix-model-a.dts | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) -- 2.43.0