drm/panel: nt35510: fix typo
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 23 Oct 2023 09:05:56 +0000 (11:05 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 6 Nov 2023 14:10:49 +0000 (15:10 +0100)
Replace 'HFP' with 'HBP'.

Fixes: 899f24ed8d3a ("drm/panel: Add driver for Novatek NT35510-based panels")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231023090613.1694133-1-dario.binacchi@amarulasolutions.com
drivers/gpu/drm/panel/panel-novatek-nt35510.c

index d6dceb8580081eb58dd6dee3694cf89120646d8b..83a9cf53d2690defbf8a07fd428e4f5853fac09e 100644 (file)
@@ -1023,7 +1023,7 @@ static const struct nt35510_config nt35510_hydis_hva40wv1 = {
                .hdisplay = 480,
                .hsync_start = 480 + 2, /* HFP = 2 */
                .hsync_end = 480 + 2 + 0, /* HSync = 0 */
-               .htotal = 480 + 2 + 0 + 5, /* HFP = 5 */
+               .htotal = 480 + 2 + 0 + 5, /* HBP = 5 */
                .vdisplay = 800,
                .vsync_start = 800 + 2, /* VFP = 2 */
                .vsync_end = 800 + 2 + 0, /* VSync = 0 */