tests/util: add tidss driver

Add an entry for the "tidss" driver, so that the test utilities work
with this driver without passing the -M argument.

Signed-off-by: Francesco Valla <valla.francesco@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
main
Francesco Valla 2024-02-25 14:48:24 +01:00
parent 01f91aa73d
commit 1b4e04ba68
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ static const char * const modules[] = {
"simpledrm",
"imx-lcdif",
"vkms",
"tidss",
};
int util_open(const char *device, const char *module)