From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH] Initial Device Tree system for Snowball Date: Fri, 2 Mar 2012 18:05:54 +0100 Message-ID: <20120302170554.GA21255@game.jcrosoft.org> References: <1330703567-17925-1-git-send-email-niklas.hernaeus@stericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1330703567-17925-1-git-send-email-niklas.hernaeus-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Niklas Hernaeus Cc: linaro-kernel-cunTk1MwBs8s++Sfvej+rw@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Thomas Espersson , Arnd Bergmann , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 16:52 Fri 02 Mar , Niklas Hernaeus wrote: > From: Niklas Hernaeus > > This is the base system for using Device Tree for Snowball. > The new boardfile is a slightly modified copy of the original board file, > so new Device Tree stuff can simply be added and code removed, while > functionality stays the same. duplicating the code is not a good idea do the invert put the minimum in c and then add the rest slowly via DT Best Regards, J.