public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Add usb support to omap3beagle
@ 2008-04-17  8:58 Koen Kooi
  2008-04-17 18:26 ` David Brownell
  2008-04-17 22:17 ` Felipe Balbi
  0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2008-04-17  8:58 UTC (permalink / raw)
  To: khasim

[-- Attachment #1: add-beagle-usb-support.diff --]
[-- Type: application/octet-stream, Size: 1179 bytes --]

omap3beagle: register USB interface

Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 Makefile            |    3 ++-
 board-omap3beagle.c |    2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)
--- /tmp/board-omap3beagle.c	2008-04-16 21:23:59.342654625 +0200
+++ git/arch/arm/mach-omap2/board-omap3beagle.c	2008-04-16 21:26:13.119328284 +0200
@@ -62,6 +62,7 @@
 };
 
 extern void __init sdp_mmc_init(void);
+extern void __init sdp3430_usb_init(void);
 
 static void __init omap3_beagle_init(void)
 {
@@ -69,6 +70,7 @@
 	omap_board_config_size = ARRAY_SIZE(omap3_beagle_config);
 	omap_serial_init();
 	sdp_mmc_init();
+	sdp3430_usb_init();
 }
 
 arch_initcall(omap3_beagle_i2c_init);
--- /tmp/Makefile	2008-04-16 21:23:50.215989366 +0200
+++ git/arch/arm/mach-omap2/Makefile	2008-04-16 21:25:17.306636571 +0200
@@ -36,7 +36,8 @@
 					   board-3430sdp-flash.o
 obj-$(CONFIG_MACH_OMAP3EVM)		+= board-omap3evm.o
 obj-$(CONFIG_MACH_OMAP3_BEAGLE)		+= board-omap3beagle.o \
-					   board-sdp-hsmmc.o 
+					   board-sdp-hsmmc.o \
+					   board-3430sdp-usb.o
 obj-$(CONFIG_MACH_OMAP_APOLLON)		+= board-apollon.o \
 					   board-apollon-mmc.o	\
 					   board-apollon-keys.o

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-18 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17  8:58 [PATCH 2/2] Add usb support to omap3beagle Koen Kooi
2008-04-17 18:26 ` David Brownell
2008-04-17 18:57   ` Koen Kooi
2008-04-17 19:36     ` David Brownell
2008-04-18 18:50       ` Tony Lindgren
2008-04-17 22:17 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox