提交 65f19159 编写于 作者: M Mircea Gherzan 提交者: Tony Lindgren

ARM: OMAP: enable Bluetooth on the PandaBoard

The PandaBoard features a Texas Instruments WiLink7 Bluetooth
chip, supported by the "btwilink" driver.
Signed-off-by: NMircea Gherzan <mgherzan@gmail.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 7846e169
......@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册