From patchwork Mon Jan 3 21:07:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 77345 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 33E86B7323 for ; Tue, 4 Jan 2011 08:07:56 +1100 (EST) Received: from mail-iw0-f179.google.com (mail-iw0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 8C8F6B70D4 for ; Tue, 4 Jan 2011 08:07:46 +1100 (EST) Received: by iwn42 with SMTP id 42so15142424iwn.38 for ; Mon, 03 Jan 2011 13:07:43 -0800 (PST) Received: by 10.42.174.130 with SMTP id v2mr20285116icz.132.1294088863440; Mon, 03 Jan 2011 13:07:43 -0800 (PST) Received: from angua (S01060002b3d79728.cg.shawcable.net [70.72.87.49]) by mx.google.com with ESMTPS id o8sm2130140icz.4.2011.01.03.13.07.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Jan 2011 13:07:42 -0800 (PST) Received: from localhost6.localdomain6 (unknown [IPv6:::1]) by angua (Postfix) with ESMTP id 07F3A3C02D4; Mon, 3 Jan 2011 14:07:41 -0700 (MST) Subject: [PATCH] powerpc/dts: fix syntax bugs in bluestone.dts To: tmarri@apm.com, jwboyer@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org From: Grant Likely Date: Mon, 03 Jan 2011 14:07:40 -0700 Message-ID: <20110103210715.10427.56175.stgit@localhost6.localdomain6> User-Agent: StGit/0.15 MIME-Version: 1.0 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 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@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Signed-off-by: Grant Likely Acked-by: Josh Boyer --- I'm picking this one up immediately into my next-devicetree branch g. arch/powerpc/boot/dts/bluestone.dts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 9bb3d72..2a56a0d 100644 --- a/arch/powerpc/boot/dts/bluestone.dts +++ b/arch/powerpc/boot/dts/bluestone.dts @@ -33,7 +33,7 @@ aliases { ethernet0 = &EMAC0; serial0 = &UART0; - serial1 = &UART1; + //serial1 = &UART1; --gcl missing UART1 label }; cpus { @@ -52,7 +52,7 @@ d-cache-size = <32768>; dcr-controller; dcr-access-method = "native"; - next-level-cache = <&L2C0>; + //next-level-cache = <&L2C0>; --gcl missing L2C0 label }; }; @@ -142,7 +142,7 @@ /*RXEOB*/ 0x7 0x4 /*SERR*/ 0x3 0x4 /*TXDE*/ 0x4 0x4 - /*RXDE*/ 0x5 0x4 + /*RXDE*/ 0x5 0x4>; }; POB0: opb { @@ -182,7 +182,7 @@ reg = <0x001a0000 0x00060000>; }; }; - } + }; UART0: serial@ef600300 { device_type = "serial";