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 ESMTPS id 96B7A100854 for ; Sat, 12 Jun 2010 13:00:25 +1000 (EST) Subject: Re: Request review of device tree documentation From: Benjamin Herrenschmidt To: Grant Likely In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sat, 12 Jun 2010 13:00:10 +1000 Message-ID: <1276311610.1962.173.camel@pasglop> Mime-Version: 1.0 Cc: microblaze-uclinux@itee.uq.edu.au, devicetree-discuss , linuxppc-dev , Olof Johansson , Jeremy Kerr List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2010-06-11 at 16:59 -0600, Grant Likely wrote: > I've been doing a bit of work on some introductory level documentation > of the flattened device tree. I've got a rough copy up on the > devicetree.org wiki, and I could use some feedback. If anyone has > some time to look at it, you can find it here: > > http://devicetree.org/Device_Tree_Usage Quite nice. Maybe the introduction could use a very quick blurb on the various data types that dtc supports for properties, and something on labels & phandles (references to nodes). I just flew over it. I'll try to give you a more in depth review later. Cheers, Ben.