Audio codec device tree entries
Timur Tabi
timur at freescale.com
Thu Oct 25 02:01:03 EST 2007
Jon Smirl wrote:
> It makes sense to me, there needs to be some way to trigger loading
> the fabric driver.
Well, you only really two have choices:
1) Probe on the AC97/SSI nodes
2) When the driver initializes, just scan all the nodes in the device tree (no
probing).
I think option #2 makes the most sense, because option #1 says that your fabric
driver is really an AC97 driver, which it isn't.
You can try to make the fabric driver into a bus driver, but I think that just
complicates things.
More information about the Linuxppc-dev
mailing list