mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: adv7511: Add poweron delay to allow for EDID probing to work
For some reason on HiKey960 the edid probing doesn't work properly unless we delay a bit at poweron. Bug: 146450171 Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Id8bcf9158d3060e065a6a9ec06bbe0323b73dc8e
This commit is contained in:
parent
795028f7e7
commit
8adfa9950c
|
|
@ -356,6 +356,9 @@ static void __adv7511_power_on(struct adv7511 *adv7511)
|
|||
regmap_update_bits(adv7511->regmap, ADV7511_REG_POWER2,
|
||||
ADV7511_REG_POWER2_HPD_SRC_MASK,
|
||||
ADV7511_REG_POWER2_HPD_SRC_NONE);
|
||||
|
||||
/* HACK: If we don't delay here edid probing doesn't work properly */
|
||||
msleep(200);
|
||||
}
|
||||
|
||||
static void adv7511_power_on(struct adv7511 *adv7511)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user