mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
14b469f9c0
This replaces the custom connector in the TVE200 with the panel bridge helper. As long as we're just using panels and no other bridges, this works just fine. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20170902200711.29298-1-linus.walleij@linaro.org
4 lines
92 B
Makefile
4 lines
92 B
Makefile
tve200_drm-y += tve200_display.o \
|
|
tve200_drv.o
|
|
|
|
obj-$(CONFIG_DRM_TVE200) += tve200_drm.o
|