public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: "Thumshirn, Johannes Tobias" <Johannes.Thumshirn@men.de>
Cc: "linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: Freescale P1022 SoC hangs when initializing USB
Date: Fri, 24 May 2013 19:05:44 +0200	[thread overview]
Message-ID: <20130524190544.0851d94f@crub> (raw)
In-Reply-To: <42A09AAC7DAAF64ABE4E4C1AD5F5E295094C5B5F@MEN-EX1.intra.men.de>

On Fri, 24 May 2013 14:42:46 +0000
"Thumshirn, Johannes Tobias" <Johannes.Thumshirn@men.de> wrote:

> Hi list,
> 
> I'm experiencing problems while booting on a Freescale P1013 based board. It hangs on USB initialization:
> [    3.763584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    3.770519] ehci-pci: EHCI PCI platform driver
> [    3.775116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    3.781972] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
> [    3.788812] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
> 
> The corresponding device-tree:
> usb@22000 {
>                      #address-cells = <1>;
>                      #size-cells = <0>;
>                      compatible = "fsl-usb2-dr";
>                      reg = <0x22000 0x1000>;
>                      interrupt-parent = <&mpic>;
>                      interrupts = <28 0x2 0 0>;
>                      phy_type = "ulpi";
> };
> 
> usb@23000 {
>                       #address-cells = <1>;
>                       #size-cells = <0>;
>                       compatible = "fsl-usb2-dr";
>                       reg = <0x23000 0x1000>;
>                       interrupt-parent = <&mpic>;
>                       interrupts = <46 0x2 0 0>;
>                       phy_type = "ulpi";
> };

please change compatible property in both nodes to

 compatible = "fsl-usb2-dr-v1.6", "fsl-usb2-dr";

and try again to see if it helps.

Thanks,

Anatolij

  reply	other threads:[~2013-05-24 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-24 14:42 Freescale P1022 SoC hangs when initializing USB Thumshirn, Johannes Tobias
2013-05-24 17:05 ` Anatolij Gustschin [this message]
2013-05-27  8:47   ` AW: " Thumshirn, Johannes Tobias

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=20130524190544.0851d94f@crub \
    --to=agust@denx.de \
    --cc=Johannes.Thumshirn@men.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@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