bf548: add ppi interrupt mask and blanking clocks
authorScott Jiang <scott.jiang.linux@gmail.com>
Mon, 9 Jan 2012 22:06:56 +0000 (17:06 -0500)
committerBob Liu <lliubbo@gmail.com>
Wed, 21 Mar 2012 03:00:07 +0000 (11:00 +0800)
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/mach-bf548/boards/ezkit.c

index 3ea45f8..4595a40 100644 (file)
@@ -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