drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TS
authorJonathan Liu <net147@gmail.com>
Thu, 20 Jul 2017 10:29:43 +0000 (20:29 +1000)
committerThierry Reding <treding@nvidia.com>
Fri, 18 Aug 2017 15:10:44 +0000 (17:10 +0200)
commit30c6d7ab92d9384ee258d9aae0766244e44d2646
tree26c1e5c6dc5ed8b8aae2a64d10d0f554f4df5b7d
parentf0a5bb9803a9020ccd360948502387fd4421a709
drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TS

The physical size of the panel is 105.5 (W) x 67.2 (H) x 4.05 (D) mm
but the active display area is 95.04 (W) x 53.856 (H) mm.

The width and height should be set to the active display area.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Fixes: cf5c9e6dc70d ("drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS")
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170720102943.25091-1-net147@gmail.com
drivers/gpu/drm/panel/panel-simple.c