From: "[email protected]" <[email protected]>

Signed-off-by: Maksim Kuleshov <[email protected]>
Signed-off-by: Kyösti Mälkki <[email protected]>
Tested-by: Maksim Kuleshov <[email protected]>
Acked-by: Kyösti Mälkki <[email protected]>
---
 rayer_spi.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/rayer_spi.c b/rayer_spi.c
index 56ae830..037bc12 100644
--- a/rayer_spi.c
+++ b/rayer_spi.c
@@ -108,12 +108,20 @@ static struct rayer_pinout atmel_stk200 = {
        .shutdown = stk200_shutdown,
 };
 
+static struct rayer_pinout wiggler_lpt = {
+       .cs_bit = 1,
+       .sck_bit = 2,
+       .mosi_bit = 3,
+       .miso_bit = 7,
+};
+
 static struct rayer_programmer rayer_spi_types[] = {
        {"rayer",       NT,     "RayeR SPIPGM",                         
&rayer_spipgm},
        {"xilinx",      NT,     "Xilinx Parallel Cable III (DLC 5)",    
&xilinx_dlc5},
        {"dlc-5b",      NT,     "Xilinx Parallel Cable III (DLC 5) (buffered)", 
        &xilinx_dlc5b},
        {"byteblastermv",       OK,     "Altera ByteBlasterMV",                 
&altera_byteblastermv},
        {"stk200",      NT,     "Atmel STK200/300 adapter",             
&atmel_stk200},
+       {"wiggler",     OK,     "Wiggler LPT",                          
&wiggler_lpt},
        {0},
 };
 
-- 
1.8.1.1


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to