tests/util: add imx-lcdif driver
authorMarco Felsch <m.felsch@pengutronix.de>
Fri, 8 Jul 2022 09:39:14 +0000 (11:39 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 6 Oct 2022 16:38:29 +0000 (18:38 +0200)
This makes the test utilities work with the i.MX LCDIFv3 driver
without the necessity of using the -M argument.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
tests/util/kms.c

index 132d19d..95b7a45 100644 (file)
@@ -124,6 +124,7 @@ static const char * const modules[] = {
        "imx-dcss",
        "mxsfb-drm",
        "simpledrm",
+       "imx-lcdif",
 };
 
 int util_open(const char *device, const char *module)