From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- 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