video: bridge: ssd2825: fix reset gpio direction
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 5 Mar 2025 06:31:35 +0000 (08:31 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 13 Mar 2025 17:13:18 +0000 (19:13 +0200)
commitbf2753796fd37659580983e4efd2963aa15786e5
treefa1db1850dd61a304a203b47379bdb74d901e828
parentb17471ae41a0d7601e91cf02d34f115c4640fe50
video: bridge: ssd2825: fix reset gpio direction

The reset GPIO signal operates with a low-active logic. The driver
needs to be adjusted to correctly handle this.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/bridge/ssd2825.c