Hello,<br>
<br>
I'm new to this list and wish to get help from it since I'm currently
developing a switch box based on mpc8245, the kernel I'm using is
2.6.14.<br>
<br>
Now I'm trying to bring up the I2C controller then I2C devices. Is
fsl-i2c the driver for I2C controller of MPC8245? I enabled that driver
and it was installed, but there is no any device found. Why is it like
that? Following are the dump from sysfs.<br>
<br>
/ # systool -b platform -d<br>
Bus = &quot;platform&quot;<br>
<br>
&nbsp; Device = &quot;serial8250&quot;<br>
&nbsp; Device = &quot;serial8250.0&quot;<br>
&nbsp; Device = &quot;serial8250.1&quot;<br>
<br>
/ # systool -b platform -D<br>
Bus = &quot;platform&quot;<br>
<br>
&nbsp; Driver = &quot;fsl-i2c&quot;<br>
<br>
&nbsp; Driver = &quot;serial8250&quot;<br>
&nbsp;&nbsp;&nbsp; Devices using &quot;serial8250&quot; are:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device = &quot;serial8250&quot;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device = &quot;serial8250.0&quot;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device = &quot;serial8250.1&quot;<br>
<br>
In the booting sequence, I got following error message:<br>
<br>
PCI: Probing PCI hardware<br>
PCI: Cannot allocate resource region 1 of device 0000:00:00.0<br>
fsl-i2c.1: failed to claim resource 0<br>
unable to register device 0<br>
fsl-dma.0: failed to claim resource 0<br>
unable to register device 1<br>
fsl-dma.1: failed to claim resource 0<br>
unable to register device 2<br>
<br>
Does this error make device undetected? What might be the reason for above errors? I'd appreciate if you could shed some lights.<br>
<br>
Regards,<br>
<br>
- Reeve<br>