From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 5 Jul 2016 10:38:17 -0600 Subject: [U-Boot] [PATCH] RFC: rockchip: video: Lower hpd wait time In-Reply-To: References: <1456695602-1520-1-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29 February 2016 at 19:03, Simon Glass wrote: > On 28 February 2016 at 14:40, Sjoerd Simons > wrote: >> Waiting 30 seconds for the hpd to go high seems a bit much, especially >> on headless boots. Lowering the timeout to 300ms. >> >> Sending as RFC because frankly i don't know what a sensible timeout is >> here, but 30 seconds is clearly not it :) >> >> Signed-off-by: Sjoerd Simons >> >> --- >> >> drivers/video/rockchip/rk_hdmi.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > At present you can notice that it has hung, and leisurely plug in the > cable. But I agree this is silly. > > Reviewed-by: Simon Glass I'm going to apply this even though it is RFC since it seems fine. Dropped RFC tag and: Applied to u-boot-rockchip, thanks!