diff options
author | Scott Jiang <scott.jiang.linux@gmail.com> | 2012-01-10 02:06:56 +0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-03-21 07:00:07 +0400 |
commit | 4e937ac11280ff90ca0246a3b6042acef09154e9 (patch) | |
tree | 407d11eb9d9f5c3b76719b322bc04ac8c39cf324 /arch | |
parent | a5e0d8652adfc0530b3fce18e54e429287aeee73 (diff) | |
download | linux-4e937ac11280ff90ca0246a3b6042acef09154e9.tar.xz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 3ea45f8bd61c..4595a4009554 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/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 |