From patchwork Sat Jul 28 06:58:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 1251391 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 3ED24E006E for ; Sat, 28 Jul 2012 07:08:26 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Sv14n-0008FO-DH; Sat, 28 Jul 2012 07:04:37 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Sv10G-0007di-EG for linux-arm-kernel@lists.infradead.org; Sat, 28 Jul 2012 06:59:56 +0000 Received: by mail-pb0-f49.google.com with SMTP id rq13so6832454pbb.36 for ; Fri, 27 Jul 2012 23:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=wzXmpOdmfTKKAnoWGVnow9ksmPl9u0XSF3QK8ICoCjo=; b=NgTa4tWRzksvExgBq0UNDvNwCXNyHtzfWUzpoIW/pXZGAn2VeLDu76gu6SCQyuQfWB OEhNBv4NPsQZlYb7fvyhyBJjQOHe3SFmxgaX1eRSfUGGD9xTr4UhSdoO1EVl6kKRL1ze tDINyYKcEQ7kFQCUr6hsLyKjgjKqeo24VZBJULFpLbNitPvqHxg3LN+o533SzuWFjXyX cGwfFeosbCsLFs6rXlaCGTUo9W52RR5h4351KeEu5QTwe6brwwrBGPQGtzx0pRPKiMUN H/7NiCoFE/+yMeGFfddX/iuUikjACtacO33XOtx42CjJueWbWKbPrQBfV0s2xTN6oBbp xXYQ== Received: by 10.66.88.131 with SMTP id bg3mr10604449pab.16.1343458796187; Fri, 27 Jul 2012 23:59:56 -0700 (PDT) Received: from localhost ([221.239.195.16]) by mx.google.com with ESMTPS id op10sm3442470pbc.75.2012.07.27.23.59.51 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 23:59:55 -0700 (PDT) From: Haojian Zhuang To: linux-arm-kernel@lists.infradead.org, grant.likely@secretlab.ca, linus.walleij@stericsson.com, arnd@arndb.de Subject: [PATCH 5/6] ARM: mmp: select pinctrl for boards with DT Date: Sat, 28 Jul 2012 14:58:41 +0800 Message-Id: <1343458722-17127-6-git-send-email-haojian.zhuang@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343458722-17127-1-git-send-email-haojian.zhuang@gmail.com> References: <1343458722-17127-1-git-send-email-haojian.zhuang@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Haojian Zhuang Acked-by: Linus Walleij --- arch/arm/mach-mmp/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 7fddd01..c70c787 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -89,6 +89,7 @@ config MACH_MMP_DT select CPU_PXA168 select CPU_PXA910 select USE_OF + select PINCTRL help Include support for Marvell MMP2 based platforms using the device tree. Needn't select any other machine while @@ -99,6 +100,7 @@ config MACH_MMP2_DT depends on !CPU_MOHAWK select CPU_MMP2 select USE_OF + select PINCTRL help Include support for Marvell MMP2 based platforms using the device tree.