drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init
authorHeiko Stuebner <heiko.stuebner@cherry.de>
Wed, 20 Mar 2024 13:12:32 +0000 (14:12 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 26 Mar 2024 08:54:40 +0000 (09:54 +0100)
commit55679cc22e60e8ec23b2340248389022798416cd
treefca16f66bd19b13acafc57acef4a75c9f80a1307
parent80cc8c0d09e6bab3bd016ddaccd0570cadbe1891
drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init

The init sequence specifies the 0x11 and 0x29 dsi commands, which are
the exit-sleep and display-on commands.

In the actual prepare step the driver already uses the appropriate
function calls for those, so drop the duplicates.

Fixes: e5f9d543419c ("drm/panel: ltk050h3146w: add support for Leadtek LTK050H3148W-CTA6 variant")
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240320131232.327196-2-heiko@sntech.de
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c