From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0148.outbound.protection.outlook.com [65.55.169.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 1B7151A09EC for ; Fri, 3 Apr 2015 05:33:23 +1100 (AEDT) Date: Thu, 2 Apr 2015 13:33:08 -0500 From: Scott Wood To: Emil Medve Subject: Re: [v8, 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA QMan support to device tree(s) Message-ID: <20150402183308.GA8537@home.buserror.net> References: <1427216109-13378-1-git-send-email-Emilian.Medve@Freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1427216109-13378-1-git-send-email-Emilian.Medve@Freescale.com> Cc: devicetree@vger.kernel.org, Geoff Thorpe , linuxppc-dev@lists.ozlabs.org, Poonam Aggrwal , Chunhe Lan List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Mar 24, 2015 at 11:55:09AM -0500, Emil Medve wrote: > From: Kumar Gala > > Signed-off-by: Kumar Gala > Signed-off-by: Geoff Thorpe > Signed-off-by: Hai-Ying Wang > Signed-off-by: Chunhe Lan > Signed-off-by: Poonam Aggrwal > [Emil Medve: Sync with the upstream binding] > Signed-off-by: Emil Medve This patch causes U-Boot to crash when doing device tree fixups, due to the lack of cell-index. Since we'd rather not break compatibility with existing U-Boot (at least over something this trivial), I'll respin this with cell-index, and add cell-index to the binding with a note that it's only for U-Boot compatibility and is otherwise deprecated. -Scott