u-boot/drivers/video/drm/rohm-bu18rl82.c
.. .. @@ -47,6 +47,7 @@ 47 47 (BU18RL82_SWRST_REG | BU18RL82_SWRST_EXCREG | BU18RL82_SWRST_ALL)); 48 48 if (ret < 0) 49 49 printf("failed to reset bu18rl82(%s) ret=%d\n", bus->name, ret); 50 + mdelay(5);50 51 } 51 52 52 53 static int bu18rl82_serdes_init_sequence_write(struct bu18rl82_priv *priv)