From patchwork Tue Jun 3 12:03:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gaku Inami X-Patchwork-Id: 4287961 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7BFD59F1D6 for ; Tue, 3 Jun 2014 12:07:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B4172202A7 for ; Tue, 3 Jun 2014 12:07:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C8492202A1 for ; Tue, 3 Jun 2014 12:07:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753411AbaFCMHh (ORCPT ); Tue, 3 Jun 2014 08:07:37 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:12689 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752773AbaFCMHf (ORCPT ); Tue, 3 Jun 2014 08:07:35 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie2.idc.renesas.com with ESMTP; 03 Jun 2014 21:07:34 +0900 Received: from relmlac1.idc.renesas.com (relmlac1.idc.renesas.com [10.200.69.21]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id B8F4E47E6C; Tue, 3 Jun 2014 21:07:34 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id B8C5F801CB; Tue, 3 Jun 2014 21:07:34 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 6642B801E9; Tue, 3 Jun 2014 21:07:34 +0900 (JST) Received: from relmlii2.idc.renesas.com [10.200.68.66] by relmlac1.idc.renesas.com with ESMTP id XAM00971; Tue, 3 Jun 2014 21:07:34 +0900 X-IronPort-AV: E=Sophos;i="4.98,964,1392130800"; d="scan'208";a="162257341" Received: from mail-sg1lp0090.outbound.protection.outlook.com (HELO APAC01-SG1-obe.outbound.protection.outlook.com) ([207.46.51.90]) by relmlii2.idc.renesas.com with ESMTP/TLS/AES128-SHA; 03 Jun 2014 21:07:32 +0900 Received: from [10.164.207.238] (211.11.155.149) by SINPR06MB379.apcprd06.prod.outlook.com (10.141.116.26) with Microsoft SMTP Server (TLS) id 15.0.954.9; Tue, 3 Jun 2014 12:07:31 +0000 Message-ID: <538DB98D.20009@bp.renesas.com> Date: Tue, 3 Jun 2014 21:03:25 +0900 From: Gaku Inami User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Linux-sh list CC: Magnus Damm , Simon Horman , Benoit Cousson Subject: [PATCH v2 7/8] ARM: shmobile: Make r8a7791 CPUFreq capable X-Originating-IP: [211.11.155.149] X-ClientProxiedBy: SINPR04CA019.apcprd04.prod.outlook.com (10.141.109.39) To SINPR06MB379.apcprd06.prod.outlook.com (10.141.116.26) X-Microsoft-Antispam: BL:0; ACTION:Default; RISK:Low; SCL:0; SPMLVL:NotSpam; PCL:0; RULEID: X-Forefront-PRVS: 02318D10FB X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(6049001)(428001)(199002)(189002)(79102001)(4396001)(42186004)(65806001)(81342001)(77982001)(81542001)(76482001)(65956001)(46102001)(66066001)(80022001)(47776003)(64706001)(20776003)(50466002)(54356999)(65816999)(101416001)(83072002)(50986999)(85852003)(19580395003)(83322001)(19580405001)(83506001)(21056001)(74662001)(31966008)(99396002)(92726001)(92566001)(74502001)(575784001)(86362001)(33656002)(23736002)(87976001); DIR:OUT; SFP:; SCL:1; SRVR:SINPR06MB379; H:[10.164.207.238]; FPR:; MLV:sfv; PTR:InfoNoRecords; A:0; MX:1; LANG:en; Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=gaku.inami.xw@bp.renesas.com; X-OriginatorOrg: bp.renesas.com Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Mark r8a7791 platform as CPUFreq capable on multiplatform build only. Signed-off-by: Gaku Inami --- arch/arm/mach-shmobile/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a0b2b7f..9636f6e 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -42,6 +42,8 @@ config ARCH_R8A7791 bool "R-Car M2 (R8A77910)" select RENESAS_IRQC select SYS_SUPPORTS_SH_CMT + select ARCH_HAS_CPUFREQ + select ARCH_HAS_OPP comment "Renesas ARM SoCs Board Type"