From patchwork Fri Sep 9 21:25:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 75917 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp548246qgf; Fri, 9 Sep 2016 14:25:54 -0700 (PDT) X-Received: by 10.98.207.71 with SMTP id b68mr10167528pfg.25.1473456353716; Fri, 09 Sep 2016 14:25:53 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ui2si5684376pab.174.2016.09.09.14.25.53; Fri, 09 Sep 2016 14:25:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-fbdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-fbdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-fbdev-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754738AbcIIVZx (ORCPT + 2 others); Fri, 9 Sep 2016 17:25:53 -0400 Received: from mail-lf0-f44.google.com ([209.85.215.44]:35718 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753520AbcIIVZw (ORCPT ); Fri, 9 Sep 2016 17:25:52 -0400 Received: by mail-lf0-f44.google.com with SMTP id l131so52678345lfl.2 for ; Fri, 09 Sep 2016 14:25:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SpSvC13WwWkyI5FTz4mjWwEoXHqagjy79KdUdTQefZw=; b=JQt6cIFkxwYroAIL8hM4DCFzaIX+QCMpR5OikSHZ74bw04w2TEAWtgWtedNmAJM8mL Hkejv65TKpinNp2GAgTF2/vm4JTHLgqirSvi+DGpt3RANxKksipMoKZ+csZIsMqSebx0 EXu71IKKsiTdAXZISrVYogej3bbbHxYGu+RSQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SpSvC13WwWkyI5FTz4mjWwEoXHqagjy79KdUdTQefZw=; b=Vtp8H4y+XswncPkBwHocOpeebJEZ181NS5CyHVoXs12wrS9haizLQtbWpp7+/8cCyr S/s+l8oap6mWAw78FN41EOymR8ZAYjGg/EOkAlhnn5jWYKgL7sldkOPZCS+uDOMEFYnG c64NktDOtT+cF6hm4UOxZ4hIxb0aYbPf6CRB1H/1PbIq3BCqfcmofcdK5ApQ/7YnyiDx ANhIE5PU8+0ORETxjsiabnaFNjGhRKICF/QvwPjB1CFr/xxnRFQPCpl/XqPeHmMBM/L1 B6gFPLYBePTaf+nZFAyyw5uFF9ygpRpgzpcUF/fzjgCwXeJY4PMIPr8JXRjRxmYtdhqE O+ew== X-Gm-Message-State: AE9vXwN24od9osSGqCU7HDbu1f41uva/wjQye2Vm1js8VD4PmENTLV+j5xCkpez21Wu9Sgm1 X-Received: by 10.46.9.84 with SMTP id 81mr1979681ljj.62.1473456350859; Fri, 09 Sep 2016 14:25:50 -0700 (PDT) Received: from fecusa.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id 4sm907248ljb.10.2016.09.09.14.25.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Sep 2016 14:25:50 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org Cc: linux-fbdev@vger.kernel.org, Tomi Valkeinen , Rob Herring , Linus Walleij Subject: [PATCH 4/6] ARM: nomadik: select MFD_SYSCON Date: Fri, 9 Sep 2016 23:25:33 +0200 Message-Id: <1473456335-22767-5-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473456335-22767-1-git-send-email-linus.walleij@linaro.org> References: <1473456335-22767-1-git-send-email-linus.walleij@linaro.org> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org Since the Power Management Unit is using syscon to access a set of necessary hardware muxing, let's select MFD_SYSCON for the Nomadik subarchitecture. Signed-off-by: Linus Walleij --- arch/arm/mach-nomadik/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig index b7e9801fdaa4..3ae45b8d7b0a 100644 --- a/arch/arm/mach-nomadik/Kconfig +++ b/arch/arm/mach-nomadik/Kconfig @@ -7,6 +7,7 @@ menuconfig ARCH_NOMADIK select CLKSRC_NOMADIK_MTU_SCHED_CLOCK select CPU_ARM926T select GPIOLIB + select MFD_SYSCON select MIGHT_HAVE_CACHE_L2X0 select PINCTRL select PINCTRL_NOMADIK