From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 7AF55DDE46 for ; Tue, 4 Dec 2007 07:53:03 +1100 (EST) Subject: Re: [PATCH 1/5] PowerPC 74xx: Katana Qp device tree From: Benjamin Herrenschmidt To: Andrei Dolnikov In-Reply-To: <20071129152836.GB13751@ru.mvista.com> References: <20071129152836.GB13751@ru.mvista.com> Content-Type: text/plain Date: Tue, 04 Dec 2007 07:52:50 +1100 Message-Id: <1196715170.13230.228.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > #address-cells = <1>; > + #size-cells = <1>; > + model = "Katana-Qp"; /* Default */ > + compatible = "emerson,Katana-Qp"; > + coherency-off; > + What do that mean (coherency-off) ? Somebody is trying again to use a 74xx with non cache coherent DMA ? That isn't going to fly... Ben.