mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user