diff options
author | Mircea Gherzan <mgherzan@gmail.com> | 2012-03-05 11:08:37 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-03-05 11:08:37 -0800 |
commit | 65f19159ddc4ed902a6cc37b49f02f37e22ef5be (patch) | |
tree | 28eecf4fe9cd4ce69d1e27999983e1aeef0e3aa5 /arch/arm/mach-omap2/board-omap4panda.c | |
parent | 7846e169e60206a1912c74b074f9c47d75baa847 (diff) |
ARM: OMAP: enable Bluetooth on the PandaBoard
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>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 28fc271f7031..b1d74d6b02e6 100644 --- 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 = { |