lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130524190544.0851d94f@crub>
Date:	Fri, 24 May 2013 19:05:44 +0200
From:	Anatolij Gustschin <agust@...x.de>
To:	"Thumshirn, Johannes Tobias" <Johannes.Thumshirn@....de>
Cc:	"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Freescale P1022 SoC hangs when initializing USB

On Fri, 24 May 2013 14:42:46 +0000
"Thumshirn, Johannes Tobias" <Johannes.Thumshirn@....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@...00 {
>                      #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@...00 {
>                       #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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ