]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/rockchip/rk_hdmi.c
Revert "x86: broadwell: gpio: Remove the codes to set up pin control"
[u-boot] / drivers / video / rockchip / rk_hdmi.c
index 8dd2c870905ce9bb2516bc9639d87c56c8728c97..7976c5e26376985633dca22ece6f7f47df5ae47b 100644 (file)
@@ -666,7 +666,7 @@ static int hdmi_wait_for_hpd(struct rk3288_hdmi *regs)
                if (hdmi_get_plug_in_status(regs))
                        return 0;
                udelay(100);
-       } while (get_timer(start) < 30000);
+       } while (get_timer(start) < 300);
 
        return -1;
 }