From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound8-dub-R.bigfish.com (outbound-dub.frontbridge.com [213.199.154.16]) (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 ESMTP id 32129DE0BF for ; Fri, 15 Feb 2008 05:55:42 +1100 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: [PATCH] [POWERPC] Enable correct operation of serial ports withnonzero regshift. Date: Thu, 14 Feb 2008 10:55:31 -0800 In-Reply-To: <47B35ED8.7020404@ru.mvista.com> References: <47B35ED8.7020404@ru.mvista.com> From: "Stephen Neuendorffer" To: "Pavel Kiryukhin" , Message-Id: <20080214185534.81F625F808D@mail186-dub.bigfish.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > --- a/arch/powerpc/kernel/legacy_serial.c > +++ b/arch/powerpc/kernel/legacy_serial.c > + /* get regshift if present*/ > + regshift =3D get_property(np, "reg-shift", NULL); of_get_property, presumably? --- a/drivers/serial/of_serial.c +++ b/drivers/serial/of_serial.c > + regshift =3D get_property(np, "reg-shift", NULL); ditto... Otherwise,=20 Acked-by: Stephen Neuendorffer Also, can you post a patch to the Xilinx portion of booting-without-of.txt that has the device tree entries necessary to get the uart to work? (Since I happened to be tracking down what I assume is the same issue when you posted the patch!) Steve