[RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

Grant Likely grant.likely at secretlab.ca
Sat May 17 07:58:07 EST 2008


(dropping spi and linux-kernel mailing lists as this is a mpc5200
specific discussion; everyone else probably doesn't care).

On Fri, May 16, 2008 at 3:42 PM, Jon Smirl <jonsmirl at gmail.com> wrote:
> I need to talk to my hardware guy.  He is using PSC3 for the boot
> console with the assumption that once booted it is ok to retask it to
> SPI. Serial console is only needed for software debugging.  SSH works
> after boot and can replace the serial console.
>
> I'll trying changing my device tree entry from UART to SPI and boot.
> Hopefully I'll see the console until the SPI driver loads.

Ummm... I'm getting the feeling that we're misunderstanding each
other.  Look at your schematic and tell me what PSC3 pins the SPI bus
wired to and what pins the UART is wired to.

If the SPI bus is attached to pins PSC3_6 (C05), PSC3_7 (B05), PSC3_8
(A05) and PSC3_9 (C04), then they are *not* attached to the PSC3
device and you can have both your serial console and SPI bus active at
the same time (because the SPI bus is wired to the SPI device).

If instead the SPI bus is wired to PSC3_1, PSC3_2, PSC3_3 and PSC3_4
then... ick.  That leads to some messy pin multiplexing.  Does your
board have hardware to reroute the pins between the serial driver and
the SPI bus?  If so, it's not enough to reconfigure the PSC for SPI
mode, you'll also need to fiddle with the board level multiplexing.

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.



More information about the Linuxppc-dev mailing list