mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
media: i2c: imx577: fix gain step
Fixes: de9477630d ("media: i2c: imx577: add dgain control")
Change-Id: Ie78a4330a8c38f605db2b07bc867f20cb3a29bb1
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
This commit is contained in:
parent
48b91619b8
commit
232b116165
|
|
@ -70,7 +70,7 @@
|
|||
#define IMX577_REG_GAIN_L 0x0205
|
||||
#define IMX577_GAIN_MIN 0x10
|
||||
#define IMX577_GAIN_MAX 0x1600
|
||||
#define IMX577_GAIN_STEP 0x10
|
||||
#define IMX577_GAIN_STEP 0x1
|
||||
#define IMX577_GAIN_DEFAULT 0x20
|
||||
|
||||
#define IMX577_REG_DGAIN 0x3ff9
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user