rk3188 sdk: config rk903

This commit is contained in:
wuhao
2013-03-28 16:15:32 +08:00
parent 7459a223dd
commit 39a289a3b2
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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,