Browse Source

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>
Scott Jiang 13 years ago
parent
commit
4e937ac112
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/blackfin/mach-bf548/boards/ezkit.c

+ 2 - 0
arch/blackfin/mach-bf548/boards/ezkit.c

@@ -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