Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[linux-2.6-microblaze.git] / drivers / gpu / drm / panel / panel-truly-nt35597.c
index b68b142..77e1311 100644 (file)
@@ -284,6 +284,7 @@ static int truly_35597_power_on(struct truly_nt35597 *ctx)
        gpiod_set_value(ctx->reset_gpio, 1);
        usleep_range(10000, 20000);
        gpiod_set_value(ctx->reset_gpio, 0);
+       usleep_range(10000, 20000);
 
        return 0;
 }