From a9fbbeee1de1d61dda2510cc8eb55a0ade56d93b Mon Sep 17 00:00:00 2001 From: Alvin Park Date: Wed, 2 Oct 2013 14:12:24 +0900 Subject: driver: modified ov7695 orientation Preview is showing as vertically-flipped in some camera apps. Modified ov7695 orientation Bug 1316532 Change-Id: I3470131016d637abcf5ea2a5c834272ffd8ee6be Signed-off-by: Alvin Park Reviewed-on: http://git-master/r/280973 Reviewed-by: Karl Kim Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Peter Kim --- drivers/media/video/tegra/ov7695.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/video/tegra/ov7695.c b/drivers/media/video/tegra/ov7695.c index 0df80e82085a..1adc59462169 100644 --- a/drivers/media/video/tegra/ov7695.c +++ b/drivers/media/video/tegra/ov7695.c @@ -63,7 +63,7 @@ static struct ov7695_reg mode_640x480_30fps[] = { {0x3621, 0x47}, {0x0309, 0x24}, {0x4803, 0x08}, - {0x0101, 0x02}, + {0x0101, 0x01}, {0x3002, 0x09}, {0x3024, 0x00}, {0x3630, 0x69}, -- cgit v1.2.3