projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7846e16
)
ARM: OMAP: enable Bluetooth on the PandaBoard
author
Mircea Gherzan
<mgherzan@gmail.com>
Mon, 5 Mar 2012 19:08:37 +0000
(11:08 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 5 Mar 2012 19:08:37 +0000
(11:08 -0800)
The PandaBoard features a Texas Instruments WiLink7 Bluetooth
chip, supported by the "btwilink" driver.
Signed-off-by: Mircea Gherzan <mgherzan@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap4panda.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/board-omap4panda.c
b/arch/arm/mach-omap2/board-omap4panda.c
index 28fc271f70316510b5268c2a212adcac3718fce1..b1d74d6b02e62c8f90ccfc6dd4b330ed24995830 100644
(file)
--- a/
arch/arm/mach-omap2/board-omap4panda.c
+++ b/
arch/arm/mach-omap2/board-omap4panda.c
@@
-91,9
+91,15
@@
static struct platform_device leds_gpio = {
},
};
+static struct platform_device btwilink_device = {
+ .name = "btwilink",
+ .id = -1,
+};
+
static struct platform_device *panda_devices[] __initdata = {
&leds_gpio,
&wl1271_device,
+ &btwilink_device,
};
static const struct usbhs_omap_board_data usbhs_bdata __initconst = {