From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH RESEND] Documentation: devicetree: Fix value format description Date: Sat, 19 May 2012 15:03:50 -0600 Message-ID: <20120519210350.3E7303E03B8@localhost> References: <1337200436-26528-1-git-send-email-stigge@antcom.de> Return-path: In-Reply-To: <1337200436-26528-1-git-send-email-stigge@antcom.de> Sender: linux-doc-owner@vger.kernel.org To: rob@landley.net, devicetree-discuss@lists.ozlabs.org, rob.herring@calxeda.com, rdunlap@xenotime.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, w.sang@pengutronix.de, linux-arm-kernel@lists.infradead.org Cc: Roland Stigge List-Id: devicetree@vger.kernel.org On Wed, 16 May 2012 22:33:55 +0200, Roland Stigge wrote: > Numeric values in dts files can be specified in decimal and hex (the latter > prefixed 0x). The current documentation is updated with this patch to prevent > confusion about what is meant with values without "0x" (previously hex, now > dec). > > Signed-off-by: Roland Stigge > Acked-by: Rob Landley Applied, thanks. g.