Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/sun4i: tcon: Support LVDS on the A33

The A33 TCON supports LVDS, so we can toggle the support switch.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200214120934.107924-1-maxime@cerno.tech

+1
+1
drivers/gpu/drm/sun4i/sun4i_tcon.c
··· 1501 1501 .has_lvds_alt = true, 1502 1502 .dclk_min_div = 1, 1503 1503 .setup_lvds_phy = sun6i_tcon_setup_lvds_phy, 1504 + .supports_lvds = true, 1504 1505 }; 1505 1506 1506 1507 static const struct sun4i_tcon_quirks sun8i_a83t_lcd_quirks = {