projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b091694
)
bf609: convert vs6624 blank_clocks to black_pixels
author
Scott Jiang
<scott.jiang.linux@gmail.com>
Wed, 20 Jun 2012 22:32:11 +0000
(18:32 -0400)
committer
Bob Liu
<lliubbo@gmail.com>
Tue, 24 Jul 2012 05:39:51 +0000
(13:39 +0800)
PPI driver has changed blank units from clocks to pixels.
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/mach-bf609/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf609/boards/ezkit.c
b/arch/blackfin/mach-bf609/boards/ezkit.c
index
f664176
..
a4ef400
100644
(file)
--- a/
arch/blackfin/mach-bf609/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf609/boards/ezkit.c
@@
-878,7
+878,7
@@
static struct bfin_capture_config bfin_capture_data = {
.ppi_info = &ppi_info,
.ppi_control = (PACK_EN | DLEN_8 | EPPI_CTL_FS1HI_FS2HI
| EPPI_CTL_POLC3 | EPPI_CTL_SYNC2 | EPPI_CTL_NON656),
- .blank_
clocks = 8
,
+ .blank_
pixels = 4
,
};
#endif