From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [66.118.10.122]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id A54B367BBE for ; Thu, 28 Sep 2006 00:14:14 +1000 (EST) To: "Li Yang-r58472" Subject: Re: [PATCH 10/11] Add MPC8360EMDS board support In-Reply-To: Your message of "Wed, 27 Sep 2006 21:20:35 +0800." <4879B0C6C249214CBE7AB04453F84E4D19D866@zch01exm20.fsl.freescale.net> References: <4879B0C6C249214CBE7AB04453F84E4D19D866@zch01exm20.fsl.freescale.net> Date: Wed, 27 Sep 2006 09:14:05 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day "Li Yang-r58472" mumbled: > Agreed. As we are adding more devices to the device tree, we should > also have a guideline clearly stated for adding new nodes. > > I'm adding MURAM as a new node under QE bus. Please comment. > muram@10000 { > device_type = "memory"; > ranges = <0 00010000 0000c000>; > > data-only@0{ > reg = <0 c000>; > }; > }; > > - Leo So, does it make sense for this node to participate in the early scan of memory available during the early_init_dt_scan_memory() pass? Out of curiosity, is "data-only" a standard thing, or did you make that up too? What's it mean? And your patch for this new node introduction will contain proposed additions to the QE section of the booting-without-of documentation, right? Thanks, jdl