siihdmi: reintroduce the 480-600ms sleep after reset to allow hotplug to settle.

This commit is contained in:
Matt Sealey
2012-04-19 19:15:49 -05:00
parent 73cae9887a
commit 455affb66e

View File

@@ -205,8 +205,10 @@ static int siihdmi_initialise(struct siihdmi_tx *tx)
int ret;
/* step 1: reset and initialise */
if (tx->platform->reset)
if (tx->platform->reset) {
tx->platform->reset();
msleep(480);
}
ret = i2c_smbus_write_byte_data(tx->client, SIIHDMI_TPI_REG_RQB, 0x00);
if (ret < 0) {