Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Device Tree questions WRT MIPS/Octeon SOCs.
@ 2010-10-15  0:17 David Daney
  2010-10-15  0:32 ` Grant Likely
  0 siblings, 1 reply; 13+ messages in thread
From: David Daney @ 2010-10-15  0:17 UTC (permalink / raw)
  To: Grant Likely, devicetree-discuss; +Cc: linux-mips, Prasun Kapoor

Grant,

I have been following your MIPS device tree patches and have begun to 
experiment with them.  If you could give some feedback on my ideas, I 
would appreciate it.

Background:

The Octeon is a MIPS64 based SOC family.  The various members of the 
Octeon family have several Ethernet ports of different types, one or 
more MDIO and I2C busses and other miscellaneous devices.  People put 
the SOCs on boards that have a wide variety of PHYs, I2C devices all 
connected in different ways.

Currently we have ad hoc code throughout the drivers and platform 
initialization code that specify how everything is connected.

Plan:

I want to convert this to use the device tree and related functions.

Since none of the existing hardware has an existing device tree I plan 
on taking a two pronged approach.

Modify platform drivers to get configuration information from the device 
tree.  Then:

1) Load and use a dtb blob as specified on the kernel command line.

2) If no command line dtb specified, use a default dtb embedded in the 
kernel image and then edit or patch it using of_attach_node(), 
of_detach_node(), prom_remove_property(), and prom_add_property() based 
on some of the the same ad hoc code we currently use.

Q: As a very high level plan does this make any sense?

Would you recommend something else?

Thanks in advance,
David Daney

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-10-16  6:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15  0:17 Device Tree questions WRT MIPS/Octeon SOCs David Daney
2010-10-15  0:32 ` Grant Likely
2010-10-15  1:13   ` Warner Losh
2010-10-15  1:29     ` Grant Likely
2010-10-15 17:30       ` David VomLehn (dvomlehn)
2010-10-15 17:30         ` David VomLehn (dvomlehn)
2010-10-15 17:42         ` David Daney
2010-10-15 17:48           ` David VomLehn (dvomlehn)
2010-10-15 17:48             ` David VomLehn (dvomlehn)
2010-10-16  3:45             ` Grant Likely
2010-10-16  6:24               ` David Gibson
2010-10-16  6:20           ` David Gibson
2010-10-16  3:48         ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox