On 26.09.24 15:15, Sascha Hauer wrote: > The Linux dw-hdmi driver is based on a driver which originally was > written specifically for the i.MX and was converted later to a generic > dw-hdmi driver. The barebox driver is still based on the original Linux > driver. We just merged the dw-hdmi driver. With this patch we now get > rid of the i.MX specific driver and use the generic one. > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > --- > drivers/video/imx-ipu-v3/Kconfig | 1 + > drivers/video/imx-ipu-v3/Makefile | 2 +- > drivers/video/imx-ipu-v3/dw_hdmi-imx.c | 223 ++++++ > drivers/video/imx-ipu-v3/imx-hdmi.c | 1360 -------------------------------- > drivers/video/imx-ipu-v3/imx-hdmi.h | 1029 ------------------------ > 5 files changed, 225 insertions(+), 2390 deletions(-) > > diff --git a/drivers/video/imx-ipu-v3/Kconfig b/drivers/video/imx-ipu-v3/Kconfig > index 4429e815cd..94503d2cbf 100644 > --- a/drivers/video/imx-ipu-v3/Kconfig > +++ b/drivers/video/imx-ipu-v3/Kconfig > @@ -16,6 +16,7 @@ config DRIVER_VIDEO_IMX_IPUV3_LVDS > config DRIVER_VIDEO_IMX_IPUV3_HDMI > bool "IPUv3 HDMI support" > depends on DRIVER_VIDEO_EDID > + depends on DRIVER_VIDEO_DW_HDMI IMO, should be a select too. -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |