Skip to content

Commit

Permalink
kc705: add pullup on SD card MISO
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 27, 2017
1 parent e826cb9 commit f357077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
IOStandard("LVCMOS25")),

("mmc_spi", 0,
Subsignal("miso", Pins("AC20")),
Subsignal("miso", Pins("AC20"), Misc("PULLUP")),
Subsignal("clk", Pins("AB23")),
Subsignal("mosi", Pins("AB22")),
Subsignal("cs_n", Pins("AC21")),

0 comments on commit f357077

Please sign in to comment.