From f45e756958099c35d6afb746df1d40a1c6302cfc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:20:23 +0000 Subject: [PATCH] enable wifi gpio --- 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