media: i2c: set lt6911uxe's reset_gpio to GPIOD_OUT_LOW
authorDongcheng Yan <dongcheng.yan@intel.com>
Wed, 21 May 2025 07:15:19 +0000 (15:15 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 30 Jun 2025 06:47:41 +0000 (08:47 +0200)
commit3c607baf68639d6bfe1a336523c4c9597f4b512a
tree9be384a40552e794fcabee764526a8a606cb6e50
parent298d1471cf83d5a2a05970e41822a2403f451086
media: i2c: set lt6911uxe's reset_gpio to GPIOD_OUT_LOW

reset_gpio needs to be an output and set to GPIOD_OUT_LOW, to ensure
lt6911uxe is in reset state during probe.

This issue was found on the onboard lt6911uxe, where the reset_pin was
not reset, causing the lt6911uxe to fail to probe.

Fixes: e49563c3be09d4 ("media: i2c: add lt6911uxe hdmi bridge driver")
Cc: stable@vger.kernel.org
Signed-off-by: Dongcheng Yan <dongcheng.yan@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/lt6911uxe.c