mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
media: imx335: Use integer values for size registers
Consider integer values for registers that are related to various sizes in the register map. This helps in improving the overall readability. No functional changes intended in this patch. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Tommaso Merciai <tomm.merciai@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
8f0926dba7
commit
15a853bb1f
|
|
@ -255,12 +255,12 @@ static const struct cci_reg_sequence mode_2592x1940_regs[] = {
|
|||
{ IMX335_REG_MODE_SELECT, IMX335_MODE_STANDBY },
|
||||
{ IMX335_REG_MASTER_MODE, 0x00 },
|
||||
{ IMX335_REG_WINMODE, 0x04 },
|
||||
{ IMX335_REG_HTRIMMING_START, 0x0180 },
|
||||
{ IMX335_REG_HNUM, 0x0a20 },
|
||||
{ IMX335_REG_Y_OUT_SIZE, 0x0794 },
|
||||
{ IMX335_REG_AREA3_ST_ADR_1, 0x00b0 },
|
||||
{ IMX335_REG_AREA3_WIDTH_1, 0x0f58 },
|
||||
{ IMX335_REG_OPB_SIZE_V, 0x00 },
|
||||
{ IMX335_REG_HTRIMMING_START, 384 },
|
||||
{ IMX335_REG_HNUM, 2592 },
|
||||
{ IMX335_REG_Y_OUT_SIZE, 1940 },
|
||||
{ IMX335_REG_AREA3_ST_ADR_1, 176 },
|
||||
{ IMX335_REG_AREA3_WIDTH_1, 3928 },
|
||||
{ IMX335_REG_OPB_SIZE_V, 0 },
|
||||
{ IMX335_REG_XVS_XHS_DRV, 0x00 },
|
||||
{ CCI_REG8(0x3288), 0x21 },
|
||||
{ CCI_REG8(0x328a), 0x02 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user