From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: USB support on mpc5200 broken From: Benjamin Herrenschmidt To: Jon Smirl In-Reply-To: <9e4733910809241809r58bddc2ax4759b70c3f07f6cf@mail.gmail.com> References: <9e4733910809241451x7492d2a9s56b4cb4ee0fe0244@mail.gmail.com> <9e4733910809241809r58bddc2ax4759b70c3f07f6cf@mail.gmail.com> Content-Type: text/plain Date: Thu, 25 Sep 2008 11:50:47 +1000 Message-Id: <1222307447.8277.147.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-09-24 at 21:09 -0400, Jon Smirl wrote: > On Wed, Sep 24, 2008 at 5:51 PM, Jon Smirl wrote: > > USB is not working my hardware, so I booted my Efika and it's not > > working there either. This is with linus' current git. > > > > Can anyone verify this? Or know what happened to USB? > > USB is loading but it is not finding anything plugged in. > > lsusb doesn't show anything. > > > > Last time I noticed it was working was about ten days ago. I don't use > > it everyday. > > Efika is broken because of this: > > ohci-ppc-of.c... > is_bigendian = > of_device_is_compatible(dn, "ohci-bigendian") || > of_device_is_compatible(dn, "ohci-be"); > > Efika doesn't have either of those in it's compatible string. > > This doesn't look to me like a very reliable way to determine bigendian. You mean it's not reliable to expect people device-trees not to suck ? :-) Ben.