commit | 1d4c41f3d887bcd66e82cb2fda124533dad8808a | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Wed Jan 30 11:48:07 2019 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Feb 18 11:38:58 2019 -0500 |
tree | c2079cde6f509a33d2f5f09d550d6c00b68970da | |
parent | 6530a5eb99954699743885e800d88be88752d1ab [diff] |
media: i2c: ov5640: Fix post-reset delay According to the ov5640 specification (2.7 power up sequence), host can access the sensor's registers 20ms after reset. Trying to access them before leads to undefined behavior and result in sporadic initialization errors. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>