From 36f0949ef9854b82a9a3154d970da4e3b8d12a61 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:29 +0000
Subject: [PATCH] rk3568 rkbin init
---
u-boot/drivers/video/drm/rohm-bu18rl82.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/u-boot/drivers/video/drm/rohm-bu18rl82.c b/u-boot/drivers/video/drm/rohm-bu18rl82.c
index 020d369..db35848 100644
--- a/u-boot/drivers/video/drm/rohm-bu18rl82.c
+++ b/u-boot/drivers/video/drm/rohm-bu18rl82.c
@@ -47,6 +47,7 @@
(BU18RL82_SWRST_REG | BU18RL82_SWRST_EXCREG | BU18RL82_SWRST_ALL));
if (ret < 0)
printf("failed to reset bu18rl82(%s) ret=%d\n", bus->name, ret);
+ mdelay(5);
}
static int bu18rl82_serdes_init_sequence_write(struct bu18rl82_priv *priv)
--
Gitblit v1.6.2