From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- 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