mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
1 changed files with 2 additions and 0 deletions
|
@ -1237,6 +1237,8 @@ static struct bfin_capture_config bfin_capture_data = {
|
|||
},
|
||||
.ppi_info = &ppi_info,
|
||||
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue