]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: video: tidss: tidss_drv: Change remove method
authorNikhil M Jain <n-jain1@ti.com>
Thu, 27 Jul 2023 06:31:25 +0000 (12:01 +0530)
committerAnatolij Gustschin <agust@denx.de>
Tue, 1 Aug 2023 11:40:07 +0000 (13:40 +0200)
commit3f9b5a7ffa75871b238f931af37f8f595e998838
tree53975a73d3bb38e0b126aa2a95c0f74c73658e96
parente1a0cafcfb85a681c7ac77c71fed0c392a75fe06
drivers: video: tidss: tidss_drv: Change remove method

Change remove method of DSS video driver to disable video port instead
of performing a soft reset, as soft reset takes longer duration. Video
port is disabled by setting enable bit of video port to 0.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
drivers/video/tidss/tidss_drv.c