Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754798Ab3GVNlO (ORCPT ); Mon, 22 Jul 2013 09:41:14 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:61524 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844Ab3GVNlM (ORCPT ); Mon, 22 Jul 2013 09:41:12 -0400 Date: Mon, 22 Jul 2013 14:41:07 +0100 From: Lee Jones To: Mark Jackson Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arnd@arndb.de, linus.walleij@stericsson.com Subject: Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Message-ID: <20130722134107.GB26801@laptop> References: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> <51ED26C6.6000004@newflow.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <51ED26C6.6000004@newflow.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1579 Lines: 53 On Mon, 22 Jul 2013, Mark Jackson wrote: > On 22/07/13 11:52, Lee Jones wrote: > > Signed-off-by: Lee Jones > > --- > > arch/arm/boot/dts/hrefv60plus.dts | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts > > index 3d580d6..46fd8af 100644 > > --- a/arch/arm/boot/dts/hrefv60plus.dts > > +++ b/arch/arm/boot/dts/hrefv60plus.dts > > @@ -26,7 +26,7 @@ > > > > soc { > > i2c@80110000 { > > - bu21013_tp@0x5c { > > + bu21013_tp@5c { > > Just a query ... why this one .... ^^^ ... > > > reset-gpio = <&gpio4 15 0x4>; > > ... and not this one .................................. ^^^ ? > > > }; > > }; > > > > The same for all the other patches in this series. > > If this is by design, it might be worth mentioning why some are > removed and not others. I can't explain why there seems to be inconsistencies between node names and the remaining properties. The best I can do is refer you to the documentation where you can see that this is the standard: Documentation/devicetree/usage-model.txt and http://www.devicetree.org/Device_Tree_Usage -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/