From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755033AbbBLGS4 (ORCPT ); Thu, 12 Feb 2015 01:18:56 -0500 Received: from bhuna.collabora.co.uk ([93.93.135.160]:47827 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751687AbbBLGSy (ORCPT ); Thu, 12 Feb 2015 01:18:54 -0500 Message-ID: <54DC45C7.8020907@collabora.com> Date: Thu, 12 Feb 2015 07:18:47 +0100 From: Tomeu Vizoso User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andrew Bresticker CC: "linux-tegra@vger.kernel.org" , Stephen Warren , Javier Martinez Canillas , Simon Glass , Dylan Reid , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Thierry Reding , Alexandre Courbot , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 02/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT References: <1423667220-1062-1-git-send-email-tomeu.vizoso@collabora.com> <1423667220-1062-3-git-send-email-tomeu.vizoso@collabora.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/11/2015 06:26 PM, Andrew Bresticker wrote: > Hi Tomeu, > > On Wed, Feb 11, 2015 at 7:06 AM, Tomeu Vizoso > wrote: >> In preparation for adding the DT for the nyan-blaze board. >> >> Signed-off-by: Tomeu Vizoso > > Maybe it's worth pulling the common pinmux bits into nyan.dtsi as well? I decided to have them in the leaf DTSs so the whole output from tegra-pinmux-scripts can be stuck in there without any extra processing. I think this way we can be more certain that the pinmux in the kernel isn't diverging from what it should be. > Otherwise, > Acked-by: Andrew Bresticker Thanks, Tomeu