Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331188
b: refs/heads/master
c: 4df6e86
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent d2a1042 commit a8bb5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6068764573d2f29529c8835126dabe3f2096c1f
refs/heads/master: 4df6e868d475a884d672791c9091150c57094c95
4 changes: 1 addition & 3 deletions trunk/drivers/media/platform/soc_camera/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,9 @@ static int mx2_camera_add_device(struct soc_camera_device *icd)

csicr1 = CSICR1_MCLKEN;

if (cpu_is_mx27()) {
if (cpu_is_mx27())
csicr1 |= CSICR1_PRP_IF_EN | CSICR1_FCC |
CSICR1_RXFF_LEVEL(0);
} else if (cpu_is_mx27())
csicr1 |= CSICR1_SOF_INTEN | CSICR1_RXFF_LEVEL(2);

pcdev->csicr1 = csicr1;
writel(pcdev->csicr1, pcdev->base_csi + CSICR1);
Expand Down

0 comments on commit a8bb5e6

Please sign in to comment.