From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound5-sin-R.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id C06E2DE258 for ; Wed, 12 Mar 2008 02:04:34 +1100 (EST) Received: from outbound5-sin.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound5-sin-R.bigfish.com (Postfix) with ESMTP id 422DE1B28F12 for ; Tue, 11 Mar 2008 15:04:31 +0000 (UTC) Received: from mail134-sin-R.bigfish.com (unknown [10.3.40.3]) by outbound5-sin.bigfish.com (Postfix) with ESMTP id A0B978B8060 for ; Tue, 11 Mar 2008 15:04:30 +0000 (UTC) Received: from mail134-sin (localhost.localdomain [127.0.0.1]) by mail134-sin-R.bigfish.com (Postfix) with ESMTP id 97259770772 for ; Tue, 11 Mar 2008 15:04:30 +0000 (UTC) Received: from xsj-gw1 (unknown [149.199.60.83]) by mail134-sin.bigfish.com (Postfix) with ESMTP id 153AD3D8066 for ; Tue, 11 Mar 2008 15:04:30 +0000 (UTC) Received: from unknown-38-66.xilinx.com ([149.199.38.66] helo=xsj-smtp1.xilinx.com) by xsj-gw1 with esmtp (Exim 4.63) (envelope-from ) id 1JZ61l-00063Z-BQ for linuxppc-dev@ozlabs.org; Tue, 11 Mar 2008 08:04:29 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C88389.33F7BE30" Subject: of_serial vs legacy serial support with powerpc arch on 405 Date: Tue, 11 Mar 2008 09:04:27 -0600 From: "John Linn" To: Message-Id: <20080311150430.153AD3D8066@mail134-sin.bigfish.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------_=_NextPart_001_01C88389.33F7BE30 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable I've searched and found some threads, but it's still not clear to me. I'm working on 405 with powerpc and trying to get UART550 working. =20 I know that I need speed, freq, and reg-shift properties in the device tree and I have found patches for of_serial.c. =20 I still don't understand when to use of_serial.c (SERIAL_OF_PLATFORM) vs the legacy support for serial ports. Is there any docs that I'm not finding that I should read? =20 I don't see a way to configure in the legacy support, but I'm using SERIAL_OF and having problems. I don't see the console getting enabled even though it found the serial port driver. =20 Thanks, John =20 ------_=_NextPart_001_01C88389.33F7BE30 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

I’ve searched and found some threads, but it’s still not clear to = me.  I’m working on 405 with powerpc and trying to get UART550 = working.

 

I know that I need speed, freq, and reg-shift properties in the device = tree and I have found patches for of_serial.c.

 

I still don’t understand when to use of_serial.c = (SERIAL_OF_PLATFORM) vs the legacy support for serial ports.  Is there any docs that = I’m not finding that I should read?

 

I don’t see a way to configure in the legacy support, but I’m using = SERIAL_OF and having problems. I don’t see the console getting enabled even = though it found the serial port driver.

 

Thanks,

John

 

------_=_NextPart_001_01C88389.33F7BE30--