]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: tegra20: dc: enable backlight after DC is configured
authorJonas Schwöbel <jonasschwoebel@yahoo.de>
Tue, 23 Jan 2024 17:16:25 +0000 (19:16 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:01 +0000 (09:07 +0200)
commit6b4559ba6cc5e5aed51972ad35e44bfa80acea5d
tree8f2246397e3a53978df8e31147899b2de06f7f5d
parentde903ac9bacaff912ea38145e3b48d0dbf44a1ce
video: tegra20: dc: enable backlight after DC is configured

The goal of panel_set_backlight() is to enable backlight. Hence,
it should be called at the probe end.

Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
drivers/video/tegra20/tegra-dc.c