From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932753Ab3LDQ76 (ORCPT ); Wed, 4 Dec 2013 11:59:58 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:56614 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755831Ab3LDQ74 (ORCPT ); Wed, 4 Dec 2013 11:59:56 -0500 Message-ID: <529F5F88.8010101@wwwdotorg.org> Date: Wed, 04 Dec 2013 09:59:52 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Laxman Dewangan CC: "rob.herring@calxeda.com" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "linux@arm.linux.org.uk" , "thierry.reding@gmail.com" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines References: <1385992502-12771-1-git-send-email-ldewangan@nvidia.com> <1385992502-12771-2-git-send-email-ldewangan@nvidia.com> <529E3A6E.1050003@wwwdotorg.org> <529EC2E5.5050909@nvidia.com> In-Reply-To: <529EC2E5.5050909@nvidia.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/03/2013 10:51 PM, Laxman Dewangan wrote: > On Wednesday 04 December 2013 01:39 AM, Stephen Warren wrote: >> On 12/02/2013 06:55 AM, Laxman Dewangan wrote: >>> Signed-off-by: Laxman Dewangan >> Patch description? >> >> BTW, did you compile all the Tegra DT files before and after this >> change, and make sure that there's zero difference between them (i.e. >> they're identical byte-for-byte when compiled)? I don't feel like >> manually double-checking this entire patch... > > I just made changes for the Dalmore only. Not touched Tegra30 and > Tegra20_ platform dts. OK. Why not convert all the DTs at once? > For Dalmore, I compare the binary before and after this change as well > dts generated back from dtb using dtc. > It is same. Great.