Skip to content

Commit

Permalink
ARM: OMAP: enable Bluetooth on the PandaBoard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mircea Gherzan authored and Tony Lindgren committed Mar 5, 2012
1 parent 7846e16 commit 65f1915
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 65f1915

Please sign in to comment.