mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
BT: 蓝牙reset 和 poweron gpio合二为一
修改文件: arch/arm/mach-rk30/board-rk3066b-sdk.c
This commit is contained in:
parent
b41e951bac
commit
85b729ec9e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user