All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/sun4i: tcon: Support LVDS on the A33
@ 2020-02-14 12:09 ` Maxime Ripard
  0 siblings, 0 replies; 12+ messages in thread
From: Maxime Ripard @ 2020-02-14 12:09 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard, dri-devel; +Cc: Maxime Ripard, linux-arm-kernel

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

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 drivers/gpu/drm/sun4i/sun4i_tcon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.c b/drivers/gpu/drm/sun4i/sun4i_tcon.c
index fdf143042f83..14026b4fa7c7 100644
--- a/drivers/gpu/drm/sun4i/sun4i_tcon.c
+++ b/drivers/gpu/drm/sun4i/sun4i_tcon.c
@@ -1475,6 +1475,7 @@ static const struct sun4i_tcon_quirks sun8i_a33_quirks = {
 	.has_channel_0		= true,
 	.has_lvds_alt		= true,
 	.dclk_min_div		= 1,
+	.supports_lvds		= true,
 };
 
 static const struct sun4i_tcon_quirks sun8i_a83t_lcd_quirks = {
-- 
2.24.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH] drm/sun4i: tcon: Support LVDS on the A33
@ 2020-02-14 12:24 ` Maxime Ripard
  0 siblings, 0 replies; 12+ messages in thread
From: Maxime Ripard @ 2020-02-14 12:24 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard, dri-devel
  Cc: Maarten Lankhorst, Sean Paul, Daniel Vetter, David Airlie,
	devicetree, Mark Rutland, Rob Herring, Frank Rowand,
	Sam Ravnborg, Thierry Reding, linux-arm-kernel, Maxime Ripard

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

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 drivers/gpu/drm/sun4i/sun4i_tcon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.c b/drivers/gpu/drm/sun4i/sun4i_tcon.c
index fdf143042f83..14026b4fa7c7 100644
--- a/drivers/gpu/drm/sun4i/sun4i_tcon.c
+++ b/drivers/gpu/drm/sun4i/sun4i_tcon.c
@@ -1475,6 +1475,7 @@ static const struct sun4i_tcon_quirks sun8i_a33_quirks = {
 	.has_channel_0		= true,
 	.has_lvds_alt		= true,
 	.dclk_min_div		= 1,
+	.supports_lvds		= true,
 };
 
 static const struct sun4i_tcon_quirks sun8i_a83t_lcd_quirks = {
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-02-21 16:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 12:09 [PATCH] drm/sun4i: tcon: Support LVDS on the A33 Maxime Ripard
2020-02-14 12:09 ` Maxime Ripard
2020-02-21  3:10 ` Chen-Yu Tsai
2020-02-21  3:10   ` Chen-Yu Tsai
2020-02-21 13:26   ` Maxime Ripard
2020-02-21 13:26     ` Maxime Ripard
2020-02-14 12:24 Maxime Ripard
2020-02-14 12:24 ` Maxime Ripard
2020-02-14 12:24 ` Maxime Ripard
2020-02-14 12:31 ` Maxime Ripard
2020-02-14 12:31   ` Maxime Ripard
2020-02-14 12:31   ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.