From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 6.mo1.mail-out.ovh.net ([46.105.43.205] helo=mo1.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U0gyG-00005W-Vx for barebox@lists.infradead.org; Wed, 30 Jan 2013 23:21:38 +0000 Received: from mail415.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 18EC9FF9EA1 for ; Thu, 31 Jan 2013 00:36:18 +0100 (CET) From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 31 Jan 2013 00:20:16 +0100 Message-Id: <1359588017-20045-5-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <1359588017-20045-1-git-send-email-plagnioj@jcrosoft.com> References: <20130130230825.GX26329@game.jcrosoft.org> <1359588017-20045-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 5/6] sama5d3: add lcd support To: barebox@lists.infradead.org the sam9x5 have multiple overlay but only register the base one Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/mach-at91/include/mach/board.h | 1 + arch/arm/mach-at91/sama5d3.c | 1 + arch/arm/mach-at91/sama5d3_devices.c | 53 +++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h index e7b1171..71267e1 100644 --- a/arch/arm/mach-at91/include/mach/board.h +++ b/arch/arm/mach-at91/include/mach/board.h @@ -26,6 +26,7 @@ #include #include #include