Commit 7602977c authored by Florent Kermarrec's avatar Florent Kermarrec

integration/soc: move pads.rst control to PHY.

parent 51f2e6ce
......@@ -1259,8 +1259,6 @@ class LiteXSoC(SoC):
sdcard_pads = self.platform.request(name)
# Core
if hasattr(sdcard_pads, "rst"):
self.comb += sdcard_pads.rst.eq(0)
self.submodules.sdphy = SDPHY(sdcard_pads, self.platform.device, self.clk_freq)
self.submodules.sdcore = SDCore(self.sdphy)
self.add_csr("sdphy")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment