BT: 蓝牙reset 和 poweron gpio合二为一

修改文件:
arch/arm/mach-rk30/board-rk3066b-sdk.c
This commit is contained in:
wdc
2012-09-04 14:43:19 +08:00
parent b41e951bac
commit 85b729ec9e

View File

@@ -983,7 +983,7 @@ static struct rfkill_rk_platform_data rfkill_rk_platdata = {
.type = RFKILL_TYPE_BLUETOOTH,
.poweron_gpio = { // BT_REG_ON
.io = RK30_PIN3_PC7,
.io = INVALID_GPIO, //RK30_PIN3_PC7,
.enable = GPIO_HIGH,
.iomux = {
.name = GPIO3C7_SDMMC1WRITEPRT_RMIICRS_NAME,