From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux-arm@overkiz.com (Boris BREZILLON) Date: Fri, 20 Apr 2012 16:31:37 +0200 Subject: [PATCH V2] ARM: at91: add kizbox board dt support. In-Reply-To: <20120420140204.GA30038@game.jcrosoft.org> References: <4F91589E.5040904@overkiz.com> <201204201247.08070.arnd@arndb.de> <20120420140204.GA30038@game.jcrosoft.org> Message-ID: <4F917349.8050209@overkiz.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Thanks to Jean-Christophe who helped for the submission of this patch (my first). Best regards, Boris On 20/04/2012 16:02, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 12:47 Fri 20 Apr , Arnd Bergmann wrote: >> On Friday 20 April 2012, Boris BREZILLON wrote: >>> This patch adds support for the kizbox board (based on at91sam9g20 SoC) >>> >>> Signed-off-by: Boris BREZILLON >> >> Acked-by: Arnd Bergmann >> >> I really love how we're finally at the point where we can add new board >> support using just a dts file on some ARM platforms. > yeah finally > > Best Regards, > J.