From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 08:20:59 +0000
Subject: [PATCH] kernel_5.10 no rt
---
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