* [PATCH] omap: panda: Add TI-ST driver support
@ 2011-02-25 6:52 Guy Eilam
2011-03-03 1:00 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Guy Eilam @ 2011-02-25 6:52 UTC (permalink / raw)
To: linux-omap; +Cc: tony
Added the KIM (Kernel initialization module for the
Shared Transport driver) device entry in the board file
Only the Blutooth enable GPIO is set for now
Signed-off-by: Guy Eilam <guy@wizery.com>
---
arch/arm/mach-omap2/board-omap4panda.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index cd43020..c5994ad 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -50,6 +50,16 @@
#define GPIO_WIFI_PMENA 43
#define GPIO_WIFI_IRQ 53
+/* wl127x BT, FM, GPS connectivity chip */
+static int wl1271_gpios[] = {46, -1, -1};
+static struct platform_device wl1271_device = {
+ .name = "kim",
+ .id = -1,
+ .dev = {
+ .platform_data = &wl1271_gpios,
+ },
+};
+
static struct gpio_led gpio_leds[] = {
{
.name = "pandaboard::status1",
@@ -78,6 +88,7 @@ static struct platform_device leds_gpio = {
static struct platform_device *panda_devices[] __initdata = {
&leds_gpio,
+ &wl1271_device,
};
static void __init omap4_panda_init_early(void)
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] omap: panda: Add TI-ST driver support
2011-02-25 6:52 [PATCH] omap: panda: Add TI-ST driver support Guy Eilam
@ 2011-03-03 1:00 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2011-03-03 1:00 UTC (permalink / raw)
To: Guy Eilam; +Cc: linux-omap
* Guy Eilam <guy@wizery.com> [110224 22:52]:
> Added the KIM (Kernel initialization module for the
> Shared Transport driver) device entry in the board file
>
> Only the Blutooth enable GPIO is set for now
Adding for the merge window.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-03 1:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 6:52 [PATCH] omap: panda: Add TI-ST driver support Guy Eilam
2011-03-03 1:00 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox