Added support for Lisa/L builtin JTAG interface.

This commit is contained in:
Piotr Esden-Tempski
2010-08-03 20:58:29 -07:00
committed by Øyvind Harboe
parent a72faf6405
commit c3ee26d272
2 changed files with 16 additions and 0 deletions

View File

@@ -303,6 +303,11 @@ static const struct ft2232_layout ft2232_layouts[] =
.reset = redbee_reset,
.channel = INTERFACE_B,
},
{ .name = "lisa-l",
.init = usbjtag_init,
.reset = ftx23_reset,
.channel = INTERFACE_B,
},
{ .name = NULL, /* END OF TABLE */ },
};