projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6726ca1
)
drm/sun4i: tcon: Support LVDS on the A33
author
Maxime Ripard
<maxime@cerno.tech>
Fri, 14 Feb 2020 12:09:34 +0000
(13:09 +0100)
committer
Maxime Ripard
<maxime@cerno.tech>
Fri, 21 Feb 2020 13:14:02 +0000
(14:14 +0100)
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
drivers/gpu/drm/sun4i/sun4i_tcon.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sun4i/sun4i_tcon.c
b/drivers/gpu/drm/sun4i/sun4i_tcon.c
index df8bd30b67f096d8b15434b367ff91b212d62004..624437b27cdc48db078a54ae3a18b87633d8e373 100644
(file)
--- a/
drivers/gpu/drm/sun4i/sun4i_tcon.c
+++ b/
drivers/gpu/drm/sun4i/sun4i_tcon.c
@@
-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 = {