Commit da773c9e authored by Erik Andr?n's avatar Erik Andr?n Committed by Mauro Carvalho Chehab

V4L/DVB (11481): gspca - m5602-mt9m111: More constant replacement

Signed-off-by: default avatarErik Andr?n <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 6822df52
......@@ -193,7 +193,9 @@ static const unsigned char init_mt9m111[][4] =
{SENSOR, MT9M111_SC_RESET, 0x00, 0x0c},
{SENSOR, MT9M111_SC_RESET, 0x00, 0x04},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x01},
{SENSOR, MT9M111_CP_GLOBAL_CLK_CONTROL, 0x00, 0x03},
{SENSOR, MT9M111_CP_GLOBAL_CLK_CONTROL, 0x00,
MT9M111_TRISTATE_PIN_IN_STANDBY |
MT9M111_SOC_SOFT_STANDBY},
{BRIDGE, M5602_XB_GPIO_EN_H, 0x06, 0x00},
{BRIDGE, M5602_XB_GPIO_EN_L, 0x00, 0x00},
{BRIDGE, M5602_XB_I2C_CLK_DIV, 0x0a, 0x00},
......@@ -214,7 +216,9 @@ static const unsigned char init_mt9m111[][4] =
{SENSOR, MT9M111_SC_RESET, 0x00, 0x0c},
{SENSOR, MT9M111_SC_RESET, 0x00, 0x04},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x01},
{SENSOR, MT9M111_CP_GLOBAL_CLK_CONTROL, 0x00, 0x03},
{SENSOR, MT9M111_CP_GLOBAL_CLK_CONTROL, 0x00,
MT9M111_TRISTATE_PIN_IN_STANDBY |
MT9M111_SOC_SOFT_STANDBY},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x00},
{SENSOR, MT9M111_SC_RESET, 0x00, 0x05},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x00},
......@@ -230,8 +234,9 @@ static const unsigned char init_mt9m111[][4] =
{SENSOR, MT9M111_SC_RESET, 0x00, 0x0c},
{SENSOR, MT9M111_SC_RESET, 0x00, 0x04},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x01},
{SENSOR, MT9M111_CP_GLOBAL_CLK_CONTROL, 0x00, 0x03},
{SENSOR, MT9M111_CP_GLOBAL_CLK_CONTROL, 0x00,
MT9M111_TRISTATE_PIN_IN_STANDBY |
MT9M111_SOC_SOFT_STANDBY},
{BRIDGE, M5602_XB_GPIO_DIR, 0x05, 0x00},
{BRIDGE, M5602_XB_GPIO_DAT, 0x04, 0x00},
{BRIDGE, M5602_XB_GPIO_EN_H, 0x3e, 0x00},
......@@ -274,8 +279,8 @@ static const unsigned char init_mt9m111[][4] =
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x02},
{SENSOR, MT9M111_CC_AUTO_EXPOSURE_PARAMETER_18, 0x00, 0x00},
{SENSOR, MT9M111_CC_AWB_PARAMETER_7, 0xef, 0x03},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x00},
{SENSOR, MT9M111_PAGE_MAP, 0x00, 0x00},
{SENSOR, 0x33, 0x03, 0x49},
{SENSOR, 0x34, 0xc0, 0x19},
{SENSOR, 0x3f, 0x20, 0x20},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment