<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Scott Wood wrote:
<blockquote
cite="mid:20090430162019.GA3655@ld0162-tx32.am.freescale.net"
type="cite">
<pre wrap="">On Wed, Apr 29, 2009 at 11:45:20AM +0200, Benjamin Zores wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap=""><!---->
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.
</pre>
</blockquote>
Thx for spotting this point.<br>
When porting my custom board I indeed had a part of code that returned
before of_platform_bus_probe()<br>
can be called. Thx again, it now works fine.<br>
<br>
Ben<br>
</body>
</html>