FSL Driver load issues with OF
Benjamin Zores
benjamin.zores at alcatel-lucent.fr
Tue May 5 00:27:53 EST 2009
Scott Wood wrote:
> 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.
>
Thx for spotting this point.
When porting my custom board I indeed had a part of code that returned
before of_platform_bus_probe()
can be called. Thx again, it now works fine.
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20090504/b512b1dc/attachment.htm>
More information about the Linuxppc-dev
mailing list