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
parent
0bd3e4e94f
commit
e08a22dc43
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue