<!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,<br>
<br>
there has been a "compatible=soc" in my of_bus_id[] ...<br>
It was taken from mpc834x_mds some weeks ago.<br>
<br>
I changed to :<br>
<br>
static struct of_device_id __initdata of_bus_ids[] = {<br>
{ .compatible = "fsl,pq2pro-localbus", },<br>
{},<br>
};<br>
<br>
<br>
now it works fine.<br>
<br>
<br>
Thanks !<br>
<br>
Andre<br>
<br>
Scott Wood schrieb:
<blockquote
cite="mid:20080414164518.GB7061@ld0162-tx32.am.freescale.net"
type="cite">
<pre wrap="">On Sat, Apr 12, 2008 at 10:58:50AM +0200, André Schwarz wrote:
</pre>
<blockquote type="cite">
<pre wrap="">thanks , but ... can't find "of_bus_ids[]" entry.
</pre>
</blockquote>
<pre wrap=""><!---->
That means your platform likely isn't calling of_platform_bus_probe() at
all. Look at other platforms, such as mpc831x_rdb, for an example.
</pre>
<blockquote type="cite">
<pre wrap="">I'm obviously out of sync. My last git-pull from denx is 3 days old, now
- need to update on monday.
</pre>
</blockquote>
<pre wrap=""><!---->
For Denx-specific support, please contact Denx.
This certainly isn't something that was added in the past 3 days.
-Scott
_______________________________________________
Linuxppc-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Linuxppc-dev@ozlabs.org">Linuxppc-dev@ozlabs.org</a>
<a class="moz-txt-link-freetext" href="https://ozlabs.org/mailman/listinfo/linuxppc-dev">https://ozlabs.org/mailman/listinfo/linuxppc-dev</a>
</pre>
</blockquote>
<br>
<BR>
MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler - Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
<BR>
</body>
</html>