muselab_icesugar_pro/VideoHDMIPHY: Remove obsolete drive_both.

This commit is contained in:
Florent Kermarrec 2022-05-12 16:09:40 +02:00
parent ee58e5dbc7
commit 1e77c28ed0
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class BaseSoC(SoCCore):
# Video ------------------------------------------------------------------------------------
if with_video_terminal or with_video_framebuffer:
self.submodules.videophy = VideoHDMIPHY(platform.request("gpdi"), clock_domain="hdmi", drive_both=True)
self.submodules.videophy = VideoHDMIPHY(platform.request("gpdi"), clock_domain="hdmi")
if with_video_terminal:
self.add_video_terminal(phy=self.videophy, timings="640x480@60Hz", clock_domain="hdmi")
if with_video_framebuffer: