From patchwork Fri Jul 15 16:06:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Weitzel X-Patchwork-Id: 978382 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6FG71Mt013251 for ; Fri, 15 Jul 2011 16:07:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753310Ab1GOQHA (ORCPT ); Fri, 15 Jul 2011 12:07:00 -0400 Received: from mail.phycard.co.uk ([217.6.246.34]:40585 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753181Ab1GOQG7 (ORCPT ); Fri, 15 Jul 2011 12:06:59 -0400 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id B24AABF0E6; Fri, 15 Jul 2011 18:10:17 +0200 (CEST) Received: from numalfix.phytec.de ([127.0.0.1]) by idefix.phytec.de (Lotus Domino Release 8.5.2FP2) with ESMTP id 2011071518065739-184298 ; Fri, 15 Jul 2011 18:06:57 +0200 Received: by numalfix.phytec.de (Postfix, from userid 1002) id 5C48B1A186C; Fri, 15 Jul 2011 18:06:57 +0200 (CEST) From: Jan Weitzel To: linux-omap@vger.kernel.org Cc: tony@atomide.com, Jan Weitzel Subject: [PATCH 2/2] omap4: board-omap4panda: join Phytec phyCORE-OMAP4 Date: Fri, 15 Jul 2011 18:06:54 +0200 Message-Id: <1310746014-13293-3-git-send-email-j.weitzel@phytec.de> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <20110715105558.GT5783@atomide.com> References: <20110715105558.GT5783@atomide.com> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 8.5.2FP2|March 22, 2011) at 15.07.2011 18:06:57, Serialize by Router on Idefix/Phytec(Release 8.5.2FP2|March 22, 2011) at 15.07.2011 18:06:57, Serialize complete at 15.07.2011 18:06:57 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 15 Jul 2011 16:07:02 +0000 (UTC) This adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. It reuse board-omap4panda platform code. Signed-off-by: Jan Weitzel --- arch/arm/mach-omap2/Kconfig | 6 + arch/arm/mach-omap2/board-omap4panda.c | 321 ++++++++++++++++++++++++++ arch/arm/plat-omap/include/plat/uncompress.h | 1 + 3 files changed, 328 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 6b88799..d5e4b60 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -333,6 +333,12 @@ config MACH_OMAP4_PANDA select OMAP_PACKAGE_CBS select REGULATOR_FIXED_VOLTAGE +config MACH_PCM049 + bool "OMAP4 based phyCORE OMAP4" + depends on ARCH_OMAP4 + default y + select OMAP_PACKAGE_CBS + config OMAP3_EMU bool "OMAP3 debugging peripherals" depends on ARCH_OMAP3 diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index b9bea86..2395089 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -25,9 +25,13 @@ #include #include #include +#include +#include +#include #include #include #include +#include #include #include @@ -39,6 +43,8 @@ #include #include #include +#include +#include #include #include