FSL Driver load issues with OF
Scott Wood
scottwood at freescale.com
Fri May 1 02:20:19 EST 2009
On Wed, Apr 29, 2009 at 11:45:20AM +0200, Benjamin Zores wrote:
> Since the progressive migration of some PPC drivers to use of_platform bus
> (typically migrating OF parsing from fsl_soc.c to the device probe/init
> functions),
> I'm experiencing driver load issues.
>
> Actually, I'm not longer able to load of these drivers as the probe()
> function is never called.
Make sure your board is calling of_platform_bus_probe(), and that the
devices you're trying to probe are under buses described by the id list.
-Scott
More information about the Linuxppc-dev
mailing list