Give UM more time to boot.

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2019-08-16 09:11:12 +02:00 committed by Gogs
parent 2c5343e02b
commit 8ec934e776
1 changed files with 23 additions and 23 deletions

View File

@ -666,7 +666,7 @@ static void init_user_module(void)
da9063_release_i2c_bus(bus);
mdelay(50); /* Give module some time to boot */
mdelay(200); /* Give module some time to boot */
um_init(CONFIG_UM_I2C_BUS); /* Try to detect user module */
if (um_present()) {