public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: omap: beagle: add missing twl4030 usb platform_data
       [not found] <20090811080450.GP1938@atomide.com>
@ 2009-08-11  8:43 ` Felipe Balbi
  2009-08-12 11:34   ` [APPLIED] " Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2009-08-11  8:43 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, Eduardo Valentin, Felipe Balbi

without it twl4030_usb driver will not probe.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---

Oops, mis-wrote the struct name, here's updated version.

 arch/arm/mach-omap2/board-omap3beagle.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
index b6a68d5..cf0244b 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -249,11 +249,16 @@ static struct regulator_init_data beagle_vpll2 = {
 	.consumer_supplies	= &beagle_vdvi_supply,
 };
 
+static struct twl4030_usb_data beagle_usb_data = {
+	.usb_mode	= T2_USB_MODE_ULPI,
+};
+
 static struct twl4030_platform_data beagle_twldata = {
 	.irq_base	= TWL4030_IRQ_BASE,
 	.irq_end	= TWL4030_IRQ_END,
 
 	/* platform_data for children goes here */
+	.usb		= &beagle_usb_data,
 	.gpio		= &beagle_gpio_data,
 	.vmmc1		= &beagle_vmmc1,
 	.vsim		= &beagle_vsim,
-- 
1.6.3.3.385.g60647


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

* [APPLIED] [PATCH 1/2] arm: omap: beagle: add missing twl4030 usb platform_data
  2009-08-11  8:43 ` [PATCH 1/2] arm: omap: beagle: add missing twl4030 usb platform_data Felipe Balbi
@ 2009-08-12 11:34   ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-08-12 11:34 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap3-upstream

Initial commit ID (Likely to change): 9f0a9764bce5216d1e883f52c128b215877dd144

PatchWorks
http://patchwork.kernel.org/patch/40600/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=9f0a9764bce5216d1e883f52c128b215877dd144



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

end of thread, other threads:[~2009-08-12 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20090811080450.GP1938@atomide.com>
2009-08-11  8:43 ` [PATCH 1/2] arm: omap: beagle: add missing twl4030 usb platform_data Felipe Balbi
2009-08-12 11:34   ` [APPLIED] " Tony Lindgren

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