Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c858e96 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Mauro Carvalho Chehab
Browse files

media: imx274: document reset delays more clearly



Document the unit to avoid having to look through the code to compute it.
Also clarify that these are min and max values.

Signed-off-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 7a2148df
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -87,7 +87,7 @@
#define IMX274_SHR_LIMIT_CONST			(4)
#define IMX274_SHR_LIMIT_CONST			(4)


/*
/*
 * Constants for sensor reset delay
 * Min and max sensor reset delay (microseconds)
 */
 */
#define IMX274_RESET_DELAY1			(2000)
#define IMX274_RESET_DELAY1			(2000)
#define IMX274_RESET_DELAY2			(2200)
#define IMX274_RESET_DELAY2			(2200)