Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208180
b: refs/heads/master
c: d86097e
h: refs/heads/master
v: v3
  • Loading branch information
Michael Grzeschik authored and Mauro Carvalho Chehab committed Aug 9, 2010
1 parent f831d45 commit e7e4e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd9ebdbc0541b4e8ee145c81642d68332f79b932
refs/heads/master: d86097e19cef2f13a29fc37db0dad17b99b6d5f8
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,8 @@ static int mx2_camera_set_bus_param(struct soc_camera_device *icd,
if (ret < 0)
return ret;

if (common_flags & SOCAM_PCLK_SAMPLE_RISING)
csicr1 |= CSICR1_REDGE;
if (common_flags & SOCAM_PCLK_SAMPLE_FALLING)
csicr1 |= CSICR1_INV_PCLK;
if (common_flags & SOCAM_VSYNC_ACTIVE_HIGH)
Expand Down

0 comments on commit e7e4e93

Please sign in to comment.