rk3168: add BT support in rk3168 top board
authorhxy <hxy@rock-chips.com>
Mon, 24 Dec 2012 06:47:54 +0000 (14:47 +0800)
committerhxy <hxy@rock-chips.com>
Mon, 24 Dec 2012 06:47:54 +0000 (14:47 +0800)
arch/arm/mach-rk30/board-rk3168-tb.c

index 54431bc005588d9f418c6cb59af5baae03f72176..fcfdbb881c9cd080d8a91634c96bf954bf7e52dd 100644 (file)
@@ -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,
        },
    },