projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf1fbd
)
rk3168: add BT support in rk3168 top board
author
hxy
<hxy@rock-chips.com>
Mon, 24 Dec 2012 06:47:54 +0000
(14:47 +0800)
committer
hxy
<hxy@rock-chips.com>
Mon, 24 Dec 2012 06:47:54 +0000
(14:47 +0800)
arch/arm/mach-rk30/board-rk3168-tb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk3168-tb.c
b/arch/arm/mach-rk30/board-rk3168-tb.c
index 54431bc005588d9f418c6cb59af5baae03f72176..fcfdbb881c9cd080d8a91634c96bf954bf7e52dd 100644
(file)
--- a/
arch/arm/mach-rk30/board-rk3168-tb.c
+++ b/
arch/arm/mach-rk30/board-rk3168-tb.c
@@
-1096,11
+1096,11
@@
static struct rfkill_rk_platform_data rfkill_rk_platdata = {
},
.reset_gpio = { // BT_RST
- .io = RK30_PIN3_P
D1
, // set io to INVALID_GPIO for disable it
+ .io = RK30_PIN3_P
C7
, // set io to INVALID_GPIO for disable it
.enable = GPIO_LOW,
.iomux = {
- .name = GPIO3
D1_SDMMC1BACKENDPWR_MIIMDCLK
_NAME,
- .fgpio = GPIO3
D_GPIO3D1
,
+ .name = GPIO3
C7_SDMMC1WRITEPRT_RMIICRS
_NAME,
+ .fgpio = GPIO3
C_GPIO3C7
,
},
},