mirror of https://gitee.com/openkylin/linux.git
bf609: convert vs6624 blank_clocks to black_pixels
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>
This commit is contained in:
parent
b091694b5f
commit
ac5bb8939c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue