tests/util: add imx-lcdif driver

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>
main
Marco Felsch 2022-07-08 11:39:14 +02:00 committed by Lucas Stach
parent 0bd3e4e94f
commit e08a22dc43
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static const char * const modules[] = {
"imx-dcss", "imx-dcss",
"mxsfb-drm", "mxsfb-drm",
"simpledrm", "simpledrm",
"imx-lcdif",
}; };
int util_open(const char *device, const char *module) int util_open(const char *device, const char *module)