diff options
-rw-r--r-- | drivers/bluetooth/hci_bcm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index f2101038284e..538ce8059bff 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c | |||
@@ -256,6 +256,9 @@ static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) | |||
256 | regulator_bulk_disable(BCM_NUM_SUPPLIES, dev->supplies); | 256 | regulator_bulk_disable(BCM_NUM_SUPPLIES, dev->supplies); |
257 | } | 257 | } |
258 | 258 | ||
259 | /* wait for device to power on and come out of reset */ | ||
260 | usleep_range(10000, 20000); | ||
261 | |||
259 | dev->res_enabled = powered; | 262 | dev->res_enabled = powered; |
260 | 263 | ||
261 | return 0; | 264 | return 0; |