From d0f33542942c6211fdd9d16703e2cef6a3075b1f Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Mon, 13 Apr 2009 06:40:04 +0000 Subject: [PATCH] --- yaml --- r: 143269 b: refs/heads/master c: fc3f55e672e1ed917dd9e215af81939cd3d717da h: refs/heads/master i: 143267: 2bc12dd658a3dff2ce6d39f0c17343cdad468eac v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/board-ap325rxa.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 01c1ec9f4e2c..e1f26318177f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3cc000b58360d8df402e31277c3dc0ebe34ad110 +refs/heads/master: fc3f55e672e1ed917dd9e215af81939cd3d717da diff --git a/trunk/arch/sh/boards/board-ap325rxa.c b/trunk/arch/sh/boards/board-ap325rxa.c index 912458f666eb..39e46919df14 100644 --- a/trunk/arch/sh/boards/board-ap325rxa.c +++ b/trunk/arch/sh/boards/board-ap325rxa.c @@ -349,6 +349,7 @@ static int ov7725_power(struct device *dev, int mode) static struct ov772x_camera_info ov7725_info = { .buswidth = SOCAM_DATAWIDTH_8, .flags = OV772X_FLAG_VFLIP | OV772X_FLAG_HFLIP, + .edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0), .link = { .power = ov7725_power, },