summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorKeith Zhao <keith.zhao@starfivetech.com>2023-09-08 10:03:41 +0300
committerKeith Zhao <keith.zhao@starfivetech.com>2023-09-08 10:03:41 +0300
commitb3cee3bba939b4c69a52a846b3907d012e7b33d2 (patch)
treef137b64ac5db8587ef277d8bf0f5b431e8707ed6 /drivers
parent081aa0e676156437fe6326402936c4d1f07818c1 (diff)
downloadu-boot-b3cee3bba939b4c69a52a846b3907d012e7b33d2.tar.xz
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 <keith.zhao@starfivetech.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/starfive/sf_vop.c3
1 files changed, 0 insertions, 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 );