mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
BT: 蓝牙reset 和 poweron gpio合二为一
修改文件: arch/arm/mach-rk30/board-rk3066b-sdk.c
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user