From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Subject: [PATCH v2] ARM: OMAP3LOGIC: Adding DSS support Date: Tue, 13 Dec 2011 09:52:49 +0200 Message-ID: <1323762769-25045-1-git-send-email-alexg@meprolight.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from ftp.meprolight.com ([194.90.149.17]:57819 "EHLO meprolight.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751098Ab1LMH6B (ORCPT ); Tue, 13 Dec 2011 02:58:01 -0500 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tim.nordell@logicpd.com, baruch@tkos.co.il, Alex This patch adds DSS2 support to the LogicPD OMAP 35x Torpedo boardfile. LCD and TV-out are supported. Signed-off-by: Alex Gershgorin --- arch/arm/mach-omap2/board-omap3logic.c | 105 ++++++++++++++++++++++++++++++++ 1 files changed, 105 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index 7c0f193..f35d383 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c @@ -7,6 +7,9 @@ * Copyright (C) 2010 Logic Product Development, Inc. * Peter Barada * + * Copyright (C) 2011 Meprolight, Ltd. + * Alex Gershgorin + * * Modified from Beagle, EVM, and RX51 * * This program is free software; you can redistribute it and/or modify @@ -45,6 +48,9 @@ #include #include +#include