From: Segher Boessenkool <segher@kernel.crashing.org>
To: Luotao Fu <devtty0@gmail.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: problems with pci bus on a pm520 board
Date: Wed, 28 Feb 2007 23:03:24 +0100 [thread overview]
Message-ID: <0a1927a91e52d34352e8a545b7dc57d0@kernel.crashing.org> (raw)
In-Reply-To: <45E5ED35.7090207@gmail.com>
> 11.* is the usb controller
Three OHCIs or is one an EHCI?
> However, if I compile the usb driver in and try to
> boot. The system stucks somewhere at ohci_init or ohci_run without
> doing
> anything till I switch the power off. I attached a bdi to the system
> and
> found out that the system always stucks at the instruction lwbrx, which
> is called by ohci_readl().
32-bit PCI read I suppose. Use the BDI to figure out what
address is accessed, and what source code corresponds to
this access.
> Seemed that the usb driver failed to acces
> some mapped io memory address somehow.
Yeah.
> The funny thing is that the e100
> driver also does some reading calls on iomem in the initialisation,
> such
> as readb() in e100_eeprom_read(). It however doesn't cause system
> freezing and the driver quits with an error message that the eeprom is
> corrupted. I suppose the problem is somehow still on the pci
> configuration in the device tree.
Linux normally is perfectly happy if you leave out all of
the PCI devices from your device tree (except the root
bridges of course).
> Hence I suppose the file is still not OK. Anybody could help me with an
> idea where I still could look for or give me some detailed information
> on the format of device tree?
Sure, post it.
> Along with this mail I attached my dts file.
No you didn't.
Segher
next prev parent reply other threads:[~2007-02-28 22:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-28 20:59 problems with pci bus on a pm520 board Luotao Fu
2007-02-28 22:03 ` Segher Boessenkool [this message]
2007-02-28 23:33 ` Luotao Fu
2007-03-01 1:53 ` Segher Boessenkool
2007-03-01 9:29 ` Luotao Fu
2007-03-01 12:54 ` Segher Boessenkool
2007-03-02 16:13 ` Luotao Fu
2007-03-03 0:16 ` Segher Boessenkool
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=0a1927a91e52d34352e8a545b7dc57d0@kernel.crashing.org \
--to=segher@kernel.crashing.org \
--cc=devtty0@gmail.com \
--cc=linuxppc-dev@ozlabs.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;
as well as URLs for NNTP newsgroup(s).