Skip to content

Commit

Permalink
usb: fusb302: increase power on vbus delay to 200us
Browse files Browse the repository at this point in the history
  • Loading branch information
Da Xue committed Jan 19, 2024
1 parent 5d7341f commit d54ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/typec/tcpm/fusb302.c
Expand Up @@ -408,7 +408,7 @@ static int tcpm_init(struct tcpc_dev *dev)
ret = fusb302_set_power_mode(chip, FUSB_REG_POWER_PWR_ALL);
if (ret < 0)
return ret;
udelay(100);
udelay(200);
ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &data);
if (ret < 0)
return ret;
Expand Down

0 comments on commit d54ac84

Please sign in to comment.