From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 9 Dec 2011 13:08:01 -0800 Subject: [PATCH] ARM: OMAP3LOGIC: Adding DSS support In-Reply-To: <1323345948-14533-1-git-send-email-alexg@meprolight.com> References: <1323345948-14533-1-git-send-email-alexg@meprolight.com> Message-ID: <20111209210801.GY31337@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tomi, * Alex [111208 03:46]: > This patch adds DSS2 support to the LogicPD OMAP 35x Torpedo boardfile. LCD and > TV-out are supported. Want to take this one? Looks OK to me: Acked-by: Tony Lindgren > Signed-off-by: Alex Gershgorin > --- > arch/arm/mach-omap2/board-omap3logic.c | 151 ++++++++++++++++++++++++++++++++ > 1 files changed, 151 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c > index 7c0f193..86175fa 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 > @@ -44,6 +47,10 @@ > #include > #include > #include > +#include > + > +#include