Skip to content

Commit

Permalink
drm/sun4i: tcon: Support LVDS on the A33
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Maxime Ripard committed Feb 21, 2020
1 parent 6726ca1 commit cf650f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/sun4i/sun4i_tcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,7 @@ static const struct sun4i_tcon_quirks sun8i_a33_quirks = {
.has_lvds_alt = true,
.dclk_min_div = 1,
.setup_lvds_phy = sun6i_tcon_setup_lvds_phy,
.supports_lvds = true,
};

static const struct sun4i_tcon_quirks sun8i_a83t_lcd_quirks = {
Expand Down

0 comments on commit cf650f2

Please sign in to comment.