mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk3168: add BT support in rk3168 top board
This commit is contained in:
@@ -1096,11 +1096,11 @@ static struct rfkill_rk_platform_data rfkill_rk_platdata = {
|
||||
},
|
||||
|
||||
.reset_gpio = { // BT_RST
|
||||
.io = RK30_PIN3_PD1, // set io to INVALID_GPIO for disable it
|
||||
.io = RK30_PIN3_PC7, // set io to INVALID_GPIO for disable it
|
||||
.enable = GPIO_LOW,
|
||||
.iomux = {
|
||||
.name = GPIO3D1_SDMMC1BACKENDPWR_MIIMDCLK_NAME,
|
||||
.fgpio = GPIO3D_GPIO3D1,
|
||||
.name = GPIO3C7_SDMMC1WRITEPRT_RMIICRS_NAME,
|
||||
.fgpio = GPIO3C_GPIO3C7,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user