From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [pinmux scripts PATCH] board-to-kernel-dt: don't generate outer state node Date: Thu, 14 May 2015 09:57:05 -0600 Message-ID: <5554C5D1.3040302@wwwdotorg.org> References: <1431613216-19745-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Simon Glass Cc: "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Stephen Warren List-Id: linux-tegra@vger.kernel.org On 05/14/2015 08:29 AM, Simon Glass wrote: > On 14 May 2015 at 08:20, Stephen Warren wrote: >> From: Stephen Warren >> >> The important thing for board-to-kernel-dt to generate is the content of >> the pinmux "state" node in DT. The name and label of the node that >> contains this information is essentially irrelevant. Since this >> irrelevant name and label varies between boards in existing DTs, update >> board-to-kernel-dt so it doesn't generate it. This makes it obvious that >> the name and label shouldn't be modified when importing new versions of >> board-to-kernel-dt's output. >> >> Signed-off-by: Stephen Warren >> --- >> board-to-kernel-dt.py | 4 ---- >> 1 file changed, 4 deletions(-) > > Reviewed-by: Simon Glass I've applied this.