From patchwork Fri May 20 06:57:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Behme X-Patchwork-Id: 9128717 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C45286048B for ; Fri, 20 May 2016 06:59:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ADF732793B for ; Fri, 20 May 2016 06:59:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A295527B90; Fri, 20 May 2016 06:59:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 863122793B for ; Fri, 20 May 2016 06:59:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754511AbcETG7t (ORCPT ); Fri, 20 May 2016 02:59:49 -0400 Received: from smtp6-v.fe.bosch.de ([139.15.237.11]:38074 "EHLO smtp6-v.fe.bosch.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754331AbcETG7s (ORCPT ); Fri, 20 May 2016 02:59:48 -0400 Received: from vsmta14.fe.internet.bosch.com (unknown [10.4.98.54]) by imta23.fe.bosch.de (Postfix) with ESMTP id 38A081580002 for ; Fri, 20 May 2016 08:59:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=de.bosch.com; s=2015-01-21; t=1463727587; bh=nu3KwRthIQI56V1Oh3T2yBzBk08GY2DG69Rq4AJmH0c=; l=10; h=From:From:Reply-To:Sender; b=Px+Qji6aqWYoNxu3vdtL3jJ8RtmLzXi89sqOolTvh6vp0KeBhFQ3ktC/nA6BG6mUL oMYEZBkcKN4QFu3MqTgeK1Aq5E9cE4r9+1u7NEH/3JbdnrSK9uTDlqwQk4Npy5Elp7 +NPYro4ED45MScE6ItOYqR9e3tPPeXFRT+VMwSmU= Received: from SI-HUB1000.de.bosch.com (vsgw24.fe.internet.bosch.com [10.4.98.24]) by vsmta14.fe.internet.bosch.com (Postfix) with ESMTP id C191EA404B1 for ; Fri, 20 May 2016 08:59:46 +0200 (CEST) Received: from hi-z08if.hi.de.bosch.com (10.34.209.31) by SI-HUB1000.de.bosch.com (10.4.103.106) with Microsoft SMTP Server id 14.3.195.1; Fri, 20 May 2016 08:59:45 +0200 Received: from hi-z08if.hi.de.bosch.com (localhost [127.0.0.1]) by hi-z08if.hi.de.bosch.com (Postfix) with ESMTP id 69B08625D4C; Fri, 20 May 2016 08:57:46 +0200 (CEST) From: Dirk Behme To: Geert Uytterhoeven , Simon Horman , CC: Dirk Behme Subject: [PATCH v3 6/6] arm64: renesas: select MFD_SYSCON Date: Fri, 20 May 2016 08:57:42 +0200 Message-ID: <1463727462-16260-7-git-send-email-dirk.behme@de.bosch.com> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1463727462-16260-1-git-send-email-dirk.behme@de.bosch.com> References: <1463727462-16260-1-git-send-email-dirk.behme@de.bosch.com> MIME-Version: 1.0 X-TM-AS-MML: disable X-TM-AS-Product-Ver: IMSS-7.1.0.1679-8.0.0.1202-22330.006 X-TMASE-MatchedRID: aTOLkCfnhQbG7kckiwgrT1rg+64w70HI7h2RrsKOiu27qpOHKudqc2s4 ipP25xa9O3jRCVojzWa8xfjW6NxdqO2aXYCZD9VingIgpj8eDcAZ1CdBJOsoY9mzcdRxL+xwKra uXd3MZDWGhTs8R91OhL78TwbFrBTDa+0a0lplp5Nw/dKL9jdC5B/xoKNfaOyKRZqweOjojW3ATz QYgKLMFuPYQz7bBfft0uMThHPbh5E7Re4hAXGuwV8meqZf6A0NfgM9KzVmYdaCt8R8B7o3j2kt1 133MaWW Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven The Clock Pulse Generator (CPG) relies on syscon to obtain the values of the mode pins. Signed-off-by: Geert Uytterhoeven Signed-off-by: Dirk Behme --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 2182fd5..4949b6a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -108,6 +108,7 @@ config ARCH_SHMOBILE config ARCH_RENESAS bool "Renesas SoC Platforms" select ARCH_SHMOBILE + select MFD_SYSCON select PINCTRL select PM select PM_GENERIC_DOMAINS