Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933464AbXEFB6w (ORCPT ); Sat, 5 May 2007 21:58:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934358AbXEFB6w (ORCPT ); Sat, 5 May 2007 21:58:52 -0400 Received: from mail-in-05.arcor-online.net ([151.189.21.45]:39621 "EHLO mail-in-05.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933464AbXEFB6v (ORCPT ); Sat, 5 May 2007 21:58:51 -0400 In-Reply-To: <20070506004737.31233.52611.stgit@localhost.localdomain> References: <20070506004737.31233.52611.stgit@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <67c6bf6b7d37f5e133398ea83edeac78@kernel.crashing.org> Content-Transfer-Encoding: 7bit Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] 8xx: mpc885ads pcmcia support Date: Sun, 6 May 2007 03:04:14 +0200 To: Vitaly Bordug X-Mailer: Apple Mail (2.623) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 574 Lines: 21 > + pcmcia@0080 { > + #interrupt-cells = <1>; > + interrupt-parent = ; > + interrupts = ; > + }; Since this node's children's interrupt representation is different from the node's parent's, you need an interrupt-map in here. You also forgot "#address-cells" and I think you need "ranges" too? Segher - 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/