linux/drivers/gpu/drm/tve200
Can Peng b6c3585f20 drm/tve200: add OF module alias for autoloading
The TVE200 DRM driver can be built as a module and uses tve200_of_match
as its OF match table, but the table is not exported for module alias
generation.

Add the MODULE_DEVICE_TABLE(of, ...) entry so modpost can generate OF
module aliases for OF based module autoloading.

Fixes: 179c02fe90 ("drm/tve200: Add new driver for TVE200")
Signed-off-by: Can Peng <pengcan@kylinos.cn>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260715024130.186416-1-pengcan@kylinos.cn
2026-07-24 09:21:03 +02:00
..
Kconfig drm/tve200: Run DRM default client setup 2024-09-26 09:31:27 +02:00
Makefile
tve200_display.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
tve200_drm.h
tve200_drv.c drm/tve200: add OF module alias for autoloading 2026-07-24 09:21:03 +02:00