From 1e77c28ed059b0b42e54b6f97835ef9e49d3b823 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 12 May 2022 16:09:40 +0200 Subject: [PATCH] muselab_icesugar_pro/VideoHDMIPHY: Remove obsolete drive_both. --- litex_boards/targets/muselab_icesugar_pro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/targets/muselab_icesugar_pro.py b/litex_boards/targets/muselab_icesugar_pro.py index 646c605..4c047fa 100755 --- a/litex_boards/targets/muselab_icesugar_pro.py +++ b/litex_boards/targets/muselab_icesugar_pro.py @@ -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: