diff mbox

drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS

Message ID 20160911104655.8660-1-net147@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jonathan Liu Sept. 11, 2016, 10:46 a.m. UTC
The format is RGB888 not RGB666.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 drivers/gpu/drm/panel/panel-simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxime Ripard Sept. 12, 2016, 8:08 a.m. UTC | #1
On Sun, Sep 11, 2016 at 08:46:55PM +1000, Jonathan Liu wrote:
> The format is RGB888 not RGB666.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks!
Maxime
Thierry Reding Sept. 16, 2016, 3:19 p.m. UTC | #2
On Sun, Sep 11, 2016 at 08:46:55PM +1000, Jonathan Liu wrote:
> The format is RGB888 not RGB666.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry
diff mbox

Patch

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 85143d1..d4aa68e 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1186,7 +1186,7 @@  static const struct panel_desc olimex_lcd_olinuxino_43ts = {
 		.width = 105,
 		.height = 67,
 	},
-	.bus_format = MEDIA_BUS_FMT_RGB666_1X18,
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 };
 
 /*