mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-06 19:51:13 +00:00
sh: ap325: use edge control for ov772x camera
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
3cc000b583
commit
fc3f55e672
@ -349,6 +349,7 @@ static int ov7725_power(struct device *dev, int mode)
|
|||||||
static struct ov772x_camera_info ov7725_info = {
|
static struct ov772x_camera_info ov7725_info = {
|
||||||
.buswidth = SOCAM_DATAWIDTH_8,
|
.buswidth = SOCAM_DATAWIDTH_8,
|
||||||
.flags = OV772X_FLAG_VFLIP | OV772X_FLAG_HFLIP,
|
.flags = OV772X_FLAG_VFLIP | OV772X_FLAG_HFLIP,
|
||||||
|
.edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0),
|
||||||
.link = {
|
.link = {
|
||||||
.power = ov7725_power,
|
.power = ov7725_power,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user