mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
bf548: add ppi interrupt mask and blanking clocks
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
parent
a5e0d8652a
commit
4e937ac112
@ -1237,6 +1237,8 @@ static struct bfin_capture_config bfin_capture_data = {
|
|||||||
},
|
},
|
||||||
.ppi_info = &ppi_info,
|
.ppi_info = &ppi_info,
|
||||||
.ppi_control = (POLC | PACKEN | DLEN_8 | XFR_TYPE | 0x20),
|
.ppi_control = (POLC | PACKEN | DLEN_8 | XFR_TYPE | 0x20),
|
||||||
|
.int_mask = 0xFFFFFFFF, /* disable error interrupt on eppi */
|
||||||
|
.blank_clocks = 8, /* 8 clocks as SAV and EAV */
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user