Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115639
b: refs/heads/master
c: 2c0a072
h: refs/heads/master
i:
  115637: 2fdc5fa
  115635: 76c833f
  115631: 91e3458
v: v3
  • Loading branch information
Magnus Damm authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent 5e92570 commit a0f3d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dd54203b485e79b558aa5a7262ee8ddb17d74c98
refs/heads/master: 2c0a072e3efc17c27566c28028f4b46f79c1f0ca
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/sh_mobile_ceu_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ static int sh_mobile_ceu_set_bus_param(struct soc_camera_device *icd,
* D7, D6, D5, D4, D3, D2, D1, D0 (D7 written to lowest byte)
*
* The lowest three bits of CDOCR allows us to do swapping,
* right now we swap the data bytes to the following order:
* D1, D0, D3, D2, D5, D4, D7, D6
* using 7 we swap the data bytes to match the incoming order:
* D0, D1, D2, D3, D4, D5, D6, D7
*/
ceu_write(pcdev, CDOCR, 0x00000016);
ceu_write(pcdev, CDOCR, 0x00000017);

ceu_write(pcdev, CDWDR, cdwdr_width);
ceu_write(pcdev, CFWCR, 0); /* keep "datafetch firewall" disabled */
Expand Down

0 comments on commit a0f3d2e

Please sign in to comment.