diff options
author | Scott Jiang <scott.jiang.linux@gmail.com> | 2012-01-09 17:06:56 -0500 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-03-20 23:00:07 -0400 |
commit | 4e937ac11280ff90ca0246a3b6042acef09154e9 (patch) | |
tree | 407d11eb9d9f5c3b76719b322bc04ac8c39cf324 /arch/blackfin/mach-bf548 | |
parent | a5e0d8652adfc0530b3fce18e54e429287aeee73 (diff) |
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/blackfin/mach-bf548')
-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 = { | |||
1237 | }, | 1237 | }, |
1238 | .ppi_info = &ppi_info, | 1238 | .ppi_info = &ppi_info, |
1239 | .ppi_control = (POLC | PACKEN | DLEN_8 | XFR_TYPE | 0x20), | 1239 | .ppi_control = (POLC | PACKEN | DLEN_8 | XFR_TYPE | 0x20), |
1240 | .int_mask = 0xFFFFFFFF, /* disable error interrupt on eppi */ | ||
1241 | .blank_clocks = 8, /* 8 clocks as SAV and EAV */ | ||
1240 | }; | 1242 | }; |
1241 | #endif | 1243 | #endif |
1242 | 1244 | ||