Selaa lähdekoodia

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>
Mircea Gherzan 13 vuotta sitten
vanhempi
commit
65f19159dd
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      arch/arm/mach-omap2/board-omap4panda.c

+ 6 - 0
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 = {