From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id C7562DDD1C for ; Thu, 19 Mar 2009 02:43:20 +1100 (EST) Date: Wed, 18 Mar 2009 10:43:07 -0500 From: Scott Wood To: Anton Vorontsov Subject: Re: [PATCH v2 2/2] powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes Message-ID: <20090318154307.GB3182@loki.buserror.net> References: <20090317185902.GB4055@oksana.dev.rtsoft.ru> <20090318152800.GA29557@oksana.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20090318152800.GA29557@oksana.dev.rtsoft.ru> Cc: linuxppc-dev@ozlabs.org, Li Yang , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Mar 18, 2009 at 06:28:00PM +0300, Anton Vorontsov wrote: > It would be great to have #include facility in .dts > files. ;-) I heard some rumors about this, what was the consequence?.. You can already do a raw include, but in most cases it needs parameterized templates/macros to make it useful. There were some patches floating around for that, but there was some disagreement about syntax and the discussion seems to have died out. > [...] > >> + ranges; > > > > Can this be proper? It's proper, but a bit lazy. :-) > > ranges = <0x0 0x24520 0x20>; > > Yes, will change. I'd prefer ranges = <0 0x24000 0x1000>, in case any other sub-blocks come along in the future. -Scott