mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk3188 sdk: config rk903
This commit is contained in:
@@ -205,6 +205,7 @@ CONFIG_PHYLIB=y
|
||||
# CONFIG_NETDEV_10000 is not set
|
||||
CONFIG_WLAN_80211=y
|
||||
CONFIG_RKWIFI=y
|
||||
CONFIG_RKWIFI_26M=y
|
||||
CONFIG_USB_USBNET=y
|
||||
CONFIG_PPP=y
|
||||
CONFIG_PPP_MULTILINK=y
|
||||
|
||||
@@ -1157,7 +1157,7 @@ static struct rfkill_rk_platform_data rfkill_rk_platdata = {
|
||||
.type = RFKILL_TYPE_BLUETOOTH,
|
||||
|
||||
.poweron_gpio = { // BT_REG_ON
|
||||
.io = INVALID_GPIO, //RK30_PIN3_PC7,
|
||||
.io = RK30_PIN3_PC7,
|
||||
.enable = GPIO_HIGH,
|
||||
.iomux = {
|
||||
.name = "bt_poweron",
|
||||
@@ -1166,11 +1166,11 @@ static struct rfkill_rk_platform_data rfkill_rk_platdata = {
|
||||
},
|
||||
|
||||
.reset_gpio = { // BT_RST
|
||||
.io = RK30_PIN3_PC7, // set io to INVALID_GPIO for disable it
|
||||
.io = RK30_PIN3_PD1, // set io to INVALID_GPIO for disable it
|
||||
.enable = GPIO_LOW,
|
||||
.iomux = {
|
||||
.name = "bt_reset",
|
||||
.fgpio = GPIO3_C7,
|
||||
.fgpio = GPIO3_D1,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1185,7 +1185,7 @@ static struct rfkill_rk_platform_data rfkill_rk_platdata = {
|
||||
|
||||
.wake_host_irq = { // BT_HOST_WAKE, for bt wakeup host when it is in deep sleep
|
||||
.gpio = {
|
||||
.io = RK30_PIN0_PA5, // set io to INVALID_GPIO for disable it
|
||||
.io = RK30_PIN3_PD2, // set io to INVALID_GPIO for disable it
|
||||
.enable = GPIO_LOW, // set GPIO_LOW for falling, set 0 for rising
|
||||
.iomux = {
|
||||
.name = NULL,
|
||||
|
||||
Reference in New Issue
Block a user