From b3cee3bba939b4c69a52a846b3907d012e7b33d2 Mon Sep 17 00:00:00 2001 From: Keith Zhao Date: Fri, 8 Sep 2023 15:03:41 +0800 Subject: vout: logo: emmc log show many times the vout clocks on enable status, when no connecters (hdmi or mipi) this will cause emmc init many times need to closed the vout clocks Signed-off-by: Keith Zhao --- drivers/video/starfive/sf_vop.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/video/starfive/sf_vop.c b/drivers/video/starfive/sf_vop.c index 0849e79e35..e786032429 100644 --- a/drivers/video/starfive/sf_vop.c +++ b/drivers/video/starfive/sf_vop.c @@ -720,9 +720,6 @@ static int sf_vop_remove(struct udevice *dev) if(priv->mipi_logo == true) return 0; - if(priv->hdmi_logo == false) - return 0; - iotrace_writel( 0x00000000, priv->regs_hi+0x1cc0 ); iotrace_writel( 0x00000000, priv->regs_hi+0x24e0 ); iotrace_writel( 0x00000000, priv->regs_hi+0x1810 ); -- cgit v1.2.3