BT: modify bt reset

This commit is contained in:
陈智
2010-12-22 17:41:50 +08:00
parent be33652601
commit 4761d0a11d

View File

@@ -137,6 +137,8 @@ static int bcm4329_set_block(void *data, bool blocked)
if (false == blocked) {
gpio_set_value(BT_GPIO_POWER, GPIO_HIGH); /* bt power on */
gpio_set_value(BT_GPIO_RESET, GPIO_LOW);
mdelay(20);
gpio_set_value(BT_GPIO_RESET, GPIO_HIGH); /* bt reset deactive*/
mdelay(20);