media: ov08x40: Avoid sensor probing in D0 state
authorJason Chen <jason.z.chen@intel.com>
Mon, 22 Jan 2024 02:54:34 +0000 (03:54 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 1 Feb 2024 12:43:15 +0000 (13:43 +0100)
commitb1a42fde6e077ec2fdeac1bcbcf464210c5aa682
treebd74a62f5137f2ee6ef25001dc5a34b4cb0e8f1d
parentf19cd265662df9bd6415bb71a23124486e85b117
media: ov08x40: Avoid sensor probing in D0 state

When the system enters the D0 state and attempt to probe the device,
another component, such as LED, will also be pulled high due to the
hardware design. It's advisable to keep the device being probed in
a different D state.

Signed-off-by: Jason Chen <jason.z.chen@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/ov08x40.c