Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2554f154 authored by Lucas Stach's avatar Lucas Stach Committed by Thierry Reding
Browse files

drm/panel: simple: AUO P320HVN03 uses SPWG data ordering



The patch adding support for the AUO P320HVN03 panel was written against a
preliminary datasheet, which specified JEIDA data ordering. Testing with
real hardware has shown that the actually used data ordering is SPWG.

Fixes: 70c0d5b7 (drm/panel: simple: add support for AUO P320HVN03)
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180411152741.22483-1-l.stach@pengutronix.de
parent da50bd42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -686,7 +686,7 @@ static const struct panel_desc auo_p320hvn03 = {
		.enable = 450,
		.unprepare = 500,
	},
	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA,
	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
};

static const struct drm_display_mode auo_t215hvn01_mode = {