Give UM more time to boot.
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
2c5343e02b
commit
8ec934e776
|
|
@ -666,7 +666,7 @@ static void init_user_module(void)
|
||||||
|
|
||||||
da9063_release_i2c_bus(bus);
|
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 */
|
um_init(CONFIG_UM_I2C_BUS); /* Try to detect user module */
|
||||||
|
|
||||||
if (um_present()) {
|
if (um_present()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue