From: Bill Gatliff <bgat@billgatliff.com>
To: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Hang in usb_musb_init() with 2.6.32-rc5?
Date: Tue, 03 Nov 2009 16:28:04 -0600 [thread overview]
Message-ID: <4AF0AE74.6000901@billgatliff.com> (raw)
Guys:
I'm back! :) This time, it's because my Beagleboard-like platform
hangs hard during boot if I call usb_musb_init().
There are more differences between my platform and Beagleboard in this
area, namely that I'm using a different USB transceiver and I'm on hs0.
But why would the platform hang hard during boot?
Here are what I think are the relevant parts of my config:
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_CAIAQ is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_SOC=y
# OMAP 343x high speed USB support
CONFIG_USB_MUSB_HOST=y
# CONFIG_USB_MUSB_PERIPHERAL is not set
# CONFIG_USB_MUSB_OTG is not set
CONFIG_USB_MUSB_HDRC_HCD=y
# CONFIG_MUSB_PIO_ONLY is not set
CONFIG_USB_INVENTRA_DMA=y
CONFIG_USB_MUSB_DEBUG=y
CONFIG_NOP_USB_XCEIV=y
I also created some new mux entries that I need:
omap_cfg_reg(R21_3430_USB0HS_PHY_CLK);
omap_cfg_reg(R23_3430_USB0HS_PHY_STP);
omap_cfg_reg(P23_3430_USB0HS_PHY_DIR);
omap_cfg_reg(R22_3430_USB0HS_PHY_NXT);
omap_cfg_reg(T24_3430_USB0HS_PHY_D0);
omap_cfg_reg(T23_3430_USB0HS_PHY_D1);
omap_cfg_reg(U24_3430_USB0HS_PHY_D2);
omap_cfg_reg(U23_3430_USB0HS_PHY_D3);
omap_cfg_reg(W24_3430_USB0HS_PHY_D4);
omap_cfg_reg(V23_3430_USB0HS_PHY_D5);
omap_cfg_reg(W23_3430_USB0HS_PHY_D6);
omap_cfg_reg(T22_3430_USB0HS_PHY_D7);
I'm even doing this, which I'm not sure is necessary:
ick = clk_get(NULL, "ick");
if (ick) clk_enable(ick);
...
usb_musb_init();
...
Any ideas? Thanks!!
b.g.
--
Bill Gatliff
bgat@billgatliff.com
next reply other threads:[~2009-11-03 22:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-03 22:28 Bill Gatliff [this message]
2009-11-03 22:31 ` Hang in usb_musb_init() with 2.6.32-rc5? Felipe Balbi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AF0AE74.6000901@billgatliff.com \
--to=bgat@billgatliff.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox