Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752942AbYJOJNi (ORCPT ); Wed, 15 Oct 2008 05:13:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751843AbYJOJNa (ORCPT ); Wed, 15 Oct 2008 05:13:30 -0400 Received: from smtp-out3.tiscali.nl ([195.241.79.178]:34014 "EHLO smtp-out3.tiscali.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096AbYJOJN3 (ORCPT ); Wed, 15 Oct 2008 05:13:29 -0400 Subject: Re: [PATCH] Enable console on PCI serial devices From: Paul Bolle To: n0ano@n0ano.com Cc: Yinghai Lu , donald.d.dugger@intel.com, linux-kernel@vger.kernel.org, Alan Cox In-Reply-To: <20081014233031.GB14490@xolotl.n0ano.com> References: <200810142231.m9EMV95O002974@los-vmm.sc.intel.com> <86802c440810141539x97ceaa4meaab109fae3d9d4c@mail.gmail.com> <20081014233031.GB14490@xolotl.n0ano.com> Content-Type: text/plain Date: Wed, 15 Oct 2008 11:13:19 +0200 Message-Id: <1224061999.25929.7.camel@test.thuisdomein> Mime-Version: 1.0 X-Mailer: Evolution 2.24.0 (2.24.0-3.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 24 On Tue, 2008-10-14 at 17:30 -0600, n0ano@n0ano.com wrote: > - uart[8250],io,[,options] > - uart[8250],mmio,[,options] > + uart[8250],io,[,options[,clk]] > + uart[8250],mmio,[,options[,clk]] > Start an early, polled-mode console on the 8250/16550 > UART at the specified I/O port or MMIO address, > switching to the matching ttyS device later. The > - options are the same as for ttyS, above. > + "options" are the same as for ttyS, above. "clk" > + is the crystal frequency which defaults to 1843200 > + (115200 * 16) but some hardware uses different > + crystal. Shouldn't the earlycon entry be updated for the "clk" stuff too? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/