From patchwork Mon Jan 28 13:52:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 14303 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C71C923E2E for ; Mon, 28 Jan 2013 13:52:46 +0000 (UTC) Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) by fiordland.canonical.com (Postfix) with ESMTP id 7DDC8A18213 for ; Mon, 28 Jan 2013 13:52:46 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id 15so1298149vea.17 for ; Mon, 28 Jan 2013 05:52:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:from:to:cc:subject:date:message-id:x-mailer :mime-version:content-type:x-gm-message-state; bh=gSoDen3Th8a7jap1P3QRxy/le7So3XtqkMf2L6T6Cwg=; b=iNtPMTRN0erlvdeczndJxPEx96+ks+Iqcd3NdhZP1jMD7vfmMm8cH2vpUfJ4HSVR+z rlmUtuDkYv1q2yx2cGBop99uwB1PDzKJYjs8oHGSwWBDvplrouduWYn5DB7X8aEeiXxs JUEDAah0HhmAu7mOhHNsutPxouQrM4EYMNnEJa//IS2zuCSYckxJWiGuVw11aY+K69uZ sdVbBdGfVTzkUtaV45KPQHB/FyfgXrk8+ka2bQnvxbehnTKfyVMJxH82hHqbCBy1VipF bsprG/tQjuY6hnO4xIREGXOF8hmKqnNdmIm/q1KBUuwmkA7My/ebNsrMndoSg95GX13S jxow== X-Received: by 10.221.0.79 with SMTP id nl15mr14926615vcb.41.1359381166044; Mon, 28 Jan 2013 05:52:46 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp85784veb; Mon, 28 Jan 2013 05:52:45 -0800 (PST) X-Received: by 10.14.204.198 with SMTP id h46mr52189075eeo.1.1359381165031; Mon, 28 Jan 2013 05:52:45 -0800 (PST) Received: from eu1sys200aog117.obsmtp.com (eu1sys200aog117.obsmtp.com [207.126.144.143]) by mx.google.com with SMTP id w6si16664766een.28.2013.01.28.05.52.37 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 28 Jan 2013 05:52:45 -0800 (PST) Received-SPF: neutral (google.com: 207.126.144.143 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.143; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.143 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob117.postini.com ([207.126.147.11]) with SMTP ID DSNKUQaCpJXPCdz+2zmoeKvxchGL2uYU9WbP@postini.com; Mon, 28 Jan 2013 13:52:44 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id D199B47; Mon, 28 Jan 2013 13:51:49 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 2BFCB94; Mon, 28 Jan 2013 08:06:05 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id B15AAA807E; Mon, 28 Jan 2013 14:52:28 +0100 (CET) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 28 Jan 2013 14:52:33 +0100 From: Linus Walleij To: , Cc: Stephen Warren , Anmar Oueja , Linus Walleij , Subject: [PATCH 5/5] ARM: ux500: select the DB8540 pin controller Date: Mon, 28 Jan 2013 14:52:31 +0100 Message-ID: <1359381151-28127-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.11.3 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmZQ7KmpjBkxmXOe8tg4DpRg59HSfEGgX0Ucquqkkj02r0sIWmp7ptpTPuTSelbBXyyvW4a From: Linus Walleij The pin controller is an inherent part of the SoC, without it the system will not boot, thus it needs to be selected from Kconfig. Cc: arm@kernel.org Signed-off-by: Linus Walleij --- Requesting ACK from ARM SoC on this patch. --- arch/arm/mach-ux500/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 5a12a7a..3e5bbd0 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -19,6 +19,7 @@ config UX500_SOC_DB8500 select CPU_FREQ_TABLE if CPU_FREQ select MFD_DB8500_PRCMU select PINCTRL_DB8500 + select PINCTRL_DB8540 select PINCTRL_AB8500 select PINCTRL_AB8505 select PINCTRL_AB9540