drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Tue, 16 May 2023 08:50:39 +0000 (10:50 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 26 May 2023 07:54:00 +0000 (09:54 +0200)
commitf24b49550814fdee4a98b9552e35e243ccafd4a8
tree5f35663fa0c9f1eed6d6d7910d2e4ba2e13a5af8
parent410bb21319f69c2ec28aeafe530d00ed2f6a1c54
drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H

The previous setting was related to the overall dimension and not to the
active display area.
In the "PHYSICAL SPECIFICATIONS" section, the datasheet shows the
following parameters:

 ----------------------------------------------------------
|       Item        |         Specifications        | unit |
 ----------------------------------------------------------
| Display area      | 98.7 (W) x 57.5 (H)           |  mm  |
 ----------------------------------------------------------
| Overall dimension | 105.5(W) x 67.2(H) x 4.96(D)  |  mm  |
 ----------------------------------------------------------

Fixes: 966fea78adf2 ("drm/panel: simple: Add support for Ampire AM-480272H3TMQW-T01H")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
[narmstrong: fixed Fixes commit id length]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230516085039.3797303-1-dario.binacchi@amarulasolutions.com
drivers/gpu/drm/panel/panel-simple.c