提交 4e937ac1 编写于 作者: S Scott Jiang 提交者: Bob Liu

bf548: add ppi interrupt mask and blanking clocks

Signed-off-by: NScott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: NBob Liu <lliubbo@gmail.com>
上级 a5e0d865
...@@ -1237,6 +1237,8 @@ static struct bfin_capture_config bfin_capture_data = { ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册