mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
media: i2c: imx477: Correct IMX477_REG_TEST_PATTERN to be 16bit
Corrects typo that set that register to only be 8 bit.
Fixes: 773621829a ("media: imx477: Convert to use V4L2_CCI library")
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
committed by
Phil Elwell
parent
75f3baf265
commit
d00d9791a1
@@ -114,7 +114,7 @@ MODULE_PARM_DESC(fstrobe_delay, "Set fstrobe delay from end all lines starting t
|
||||
#define IMX477_REG_IOP_MPY CCI_REG16(0x030e)
|
||||
|
||||
/* Test Pattern Control */
|
||||
#define IMX477_REG_TEST_PATTERN CCI_REG8(0x0600)
|
||||
#define IMX477_REG_TEST_PATTERN CCI_REG16(0x0600)
|
||||
#define IMX477_TEST_PATTERN_DISABLE 0
|
||||
#define IMX477_TEST_PATTERN_SOLID_COLOR 1
|
||||
#define IMX477_TEST_PATTERN_COLOR_BARS 2
|
||||
|
||||
Reference in New Issue
Block a user