From patchwork Mon Apr 25 13:39:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: weitway@gmail.com X-Patchwork-Id: 1171 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:49:51 -0000 Delivered-To: patches@linaro.org Received: by 10.224.2.73 with SMTP id 9cs34821qai; Mon, 25 Apr 2011 06:40:27 -0700 (PDT) Received: by 10.68.31.34 with SMTP id x2mr6913590pbh.153.1303738826963; Mon, 25 Apr 2011 06:40:26 -0700 (PDT) Received: from mail-pv0-f178.google.com (mail-pv0-f178.google.com [74.125.83.178]) by mx.google.com with ESMTPS id t6si17858528pbj.146.2011.04.25.06.40.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Apr 2011 06:40:25 -0700 (PDT) Received-SPF: pass (google.com: domain of weitway@gmail.com designates 74.125.83.178 as permitted sender) client-ip=74.125.83.178; Authentication-Results: mx.google.com; spf=pass (google.com: domain of weitway@gmail.com designates 74.125.83.178 as permitted sender) smtp.mail=weitway@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by pvg7 with SMTP id 7so1964467pvg.37 for ; Mon, 25 Apr 2011 06:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=2hNpvCegkCumRDTm8++tCt2Q8mZyoBxvvPNxBSyquLU=; b=FR97b47me53rD2VciX8K9gIjdt7rsP59Y+I9+cOrUK9YCMaCtJyyawI9c7sX/atkrK 5bzDm1xnsAUv12EPylzemKX8WxbISc83nNqt09MZ3nWIN4MHeW85eGSzXRWi5P0OkyYP g3zmfz6tJP7enfG4TuS6MxJrJ1vsIhaDf360M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=npTXv4kvbHhZMlx3VDd6ysdkTr7aya//7W65eoJfxconAcTP9g99iZzreoc3vjYXcN mvpJ7K1S8sa/p3Z9a9Nm6H73MhOr+syo8D3bGxGgeyh4Pv7ZaqHO/mr91UpvH+wlgbsh iF14vd4H/xrCgX7H60OiZdeMMuPrqTck2DuHU= Received: by 10.68.21.164 with SMTP id w4mr6747132pbe.53.1303738824905; Mon, 25 Apr 2011 06:40:24 -0700 (PDT) Received: from localhost.localdomain ([116.235.134.24]) by mx.google.com with ESMTPS id d10sm3914844pbe.75.2011.04.25.06.39.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Apr 2011 06:40:19 -0700 (PDT) From: weitway@gmail.com To: linux-arm-kernel@lists.infradead.org Cc: s.hauer@pengutronix.de, eric.miao@linaro.org, Jason Chen , Jason Chen , Jason Chen Subject: [PATCH 4/9] ARM i.MX51 babbage: Add framebuffer support Date: Mon, 25 Apr 2011 21:39:37 +0800 Message-Id: <1303738777-27626-1-git-send-email-weitway@gmail.com> X-Mailer: git-send-email 1.7.1 From: Jason Chen Signed-off-by: Sascha Hauer Signed-off-by: Jason Chen Signed-off-by: Jason Chen --- arch/arm/mach-mx5/Kconfig | 1 + arch/arm/mach-mx5/board-mx51_babbage.c | 74 ++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 799fbc4..a512364 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -70,6 +70,7 @@ config MACH_MX51_BABBAGE select IMX_HAVE_PLATFORM_IMX_UART select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX select IMX_HAVE_PLATFORM_SPI_IMX + select IMX_HAVE_PLATFORM_IMX_IPUV3 help Include support for MX51 Babbage platform, also known as MX51EVK in u-boot. This includes specific configurations for the board and its diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c index c7b3fab..5689220 100644 --- a/arch/arm/mach-mx5/board-mx51_babbage.c +++ b/arch/arm/mach-mx5/board-mx51_babbage.c @@ -19,10 +19,12 @@ #include #include #include +#include