Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e937ac1 authored by Scott Jiang's avatar Scott Jiang Committed by Bob Liu
Browse files

bf548: add ppi interrupt mask and blanking clocks

parent a5e0d865
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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