From patchwork Thu Oct 2 05:36:40 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Niklaus Giger X-Patchwork-Id: 2334 X-Patchwork-Delegate: jwboyer@gmail.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id C1809DDEFF for ; Thu, 2 Oct 2008 15:36:56 +1000 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from viefep28-int.chello.at (viefep28-int.chello.at [62.179.121.48]) by ozlabs.org (Postfix) with ESMTP id 7041FDDE06 for ; Thu, 2 Oct 2008 15:36:43 +1000 (EST) Received: from ng.localnet ([77.56.223.114]) by viefep28-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20081002053641.JCLV14600.viefep28-int.chello.at@ng.localnet> for ; Thu, 2 Oct 2008 07:36:41 +0200 From: Niklaus Giger To: linuxppc-dev@ozlabs.org Subject: [PATCH]ppc4xx-Walnut: fixes early boot messages Date: Thu, 2 Oct 2008 07:36:40 +0200 User-Agent: KMail/1.10.1 (Linux/2.6.25-2-686; KDE/4.1.2; i686; ; ) MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200810020736.40736.niklaus.giger@member.fsf.org> X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Inherits the baudrate from U-boot to print things like: Using Walnut machine description Linux version <..> console [udbg0] enabled Signed-off-by: Niklaus Giger --- arch/powerpc/boot/dts/walnut.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/boot/dts/walnut.dts b/arch/powerpc/boot/dts/walnut.dts index 4a9f726..6c93f72 100644 --- a/arch/powerpc/boot/dts/walnut.dts +++ b/arch/powerpc/boot/dts/walnut.dts @@ -98,7 +98,7 @@ reg = <0xef600300 0x00000008>; virtual-reg = <0xef600300>; clock-frequency = <0>; /* Filled in by zImage */ - current-speed = <9600>; + current-speed = <0>; /* Filled in by U-Boot */ interrupt-parent = <&UIC0>; interrupts = <0x0 0x4>; };