From: Felipe Balbi Date: Fri, 3 Oct 2008 14:15:50 +0000 (+0300) Subject: usb: add back otg_get_transceiver X-Git-Tag: v2.6.27-omap1~91 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9683a94718f9946ef1be1559f9faa23c56aeaff8;p=linux-2.6-omap-h63xx.git usb: add back otg_get_transceiver make twl4030_usb transceiver reach musb. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 9d2dcb121c5..be4e77923c2 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c @@ -215,12 +215,14 @@ void musb_platform_set_mode(struct musb *musb, u8 musb_mode) int __init musb_platform_init(struct musb *musb) { + struct otg_transceiver *x = otg_get_transceiver(); u32 l; #if defined(CONFIG_ARCH_OMAP2430) omap_cfg_reg(AE5_2430_USB0HS_STP); #endif + musb->xceiv = *x; musb_platform_resume(musb); l = omap_readl(OTG_SYSCONFIG);