mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +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
5 lines
92 B
Makefile
5 lines
92 B
Makefile
tve200_drm-y += tve200_display.o \
|
|
tve200_drv.o
|
|
|
|
obj-$(CONFIG_DRM_TVE200) += tve200_drm.o
|