aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Du <pengdu@marvell.com>2015-07-08 10:49:45 +0800
committerQing Zhu <qzhu@marvell.com>2015-07-08 21:13:43 +0800
commita5771884872face8cca9f4c1ecffb68e29dfa15d (patch)
treef0623627c5349332059c044672d6410195cd6f8f
parentabe825a6d621557a1b6806ff60958c64da7802f5 (diff)
downloadpxa-v3.14-a5771884872face8cca9f4c1ecffb68e29dfa15d.tar.gz
media: camera: adjust ov8858 hflip for pxa1908sl
Change-Id: I9ec2e6e3e20d8fc4586c76c2a7c147eb123c0047 Signed-off-by: Peng Du <pengdu@marvell.com>
-rw-r--r--drivers/media/i2c/b52_camera/ov8858.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/b52_camera/ov8858.h b/drivers/media/i2c/b52_camera/ov8858.h
index 80c63be88ce..3e545212d95 100644
--- a/drivers/media/i2c/b52_camera/ov8858.h
+++ b/drivers/media/i2c/b52_camera/ov8858.h
@@ -485,7 +485,7 @@ struct regval_tab ov8858r2a_vflip[] = {
{0x3820, 0x00, 0x6},
};
struct regval_tab ov8858r2a_hflip[] = {
- {0x3821, 0x00, 0x6},
+ {0x3821, 0x06, 0x6},
};
struct b52_sensor_i2c_attr ov8858r2a_i2c_attr[] = {