From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 2 Sep 2008 18:43:40 -0500 From: Scott Wood To: Gary Thomas Subject: Re: DTS question Message-ID: <20080902234340.GA19055@ld0162-tx32.am.freescale.net> References: <48BDB68E.8040806@mlbassoc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <48BDB68E.8040806@mlbassoc.com> Cc: Linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Sep 02, 2008 at 03:56:30PM -0600, Gary Thomas wrote: > What gives? Why is explicit hex sometimes an error and sometimes not? > Is the format of this file documented anywhere (I've not found it)? If the file has /dts-v1/; at the top, it uses version 1 of the device tree syntax, which has C-like numerical constants. Without it, you get version zero syntax, with implicit hex. -Scott