From patchwork Thu May 29 07:48:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gaku Inami X-Patchwork-Id: 4262631 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 EA6119F333 for ; Thu, 29 May 2014 07:52:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 27E0D2034A for ; Thu, 29 May 2014 07:52:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 51E7C20256 for ; Thu, 29 May 2014 07:52:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751206AbaE2Hw5 (ORCPT ); Thu, 29 May 2014 03:52:57 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:18726 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750942AbaE2Hw4 (ORCPT ); Thu, 29 May 2014 03:52:56 -0400 Received: from unknown (HELO relmlir2.idc.renesas.com) ([10.200.68.152]) by relmlie2.idc.renesas.com with ESMTP; 29 May 2014 16:52:55 +0900 Received: from relmlac3.idc.renesas.com (relmlac3.idc.renesas.com [10.200.69.23]) by relmlir2.idc.renesas.com (Postfix) with ESMTP id C063E496C3; Thu, 29 May 2014 16:52:55 +0900 (JST) Received: by relmlac3.idc.renesas.com (Postfix, from userid 0) id A2725180A1; Thu, 29 May 2014 16:52:55 +0900 (JST) Received: from relmlac3.idc.renesas.com (localhost [127.0.0.1]) by relmlac3.idc.renesas.com (Postfix) with ESMTP id 9AA84180A0; Thu, 29 May 2014 16:52:55 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac3.idc.renesas.com with ESMTP id SAJ17516; Thu, 29 May 2014 16:52:55 +0900 X-IronPort-AV: E=Sophos;i="4.98,932,1392130800"; d="scan'208";a="160874266" Received: from mail-sg1lp0094.outbound.protection.outlook.com (HELO APAC01-SG1-obe.outbound.protection.outlook.com) ([207.46.51.94]) by relmlii1.idc.renesas.com with ESMTP/TLS/AES128-SHA; 29 May 2014 16:52:55 +0900 Received: from [10.164.207.238] (211.11.155.149) by HKNPR06MB370.apcprd06.prod.outlook.com (10.141.35.24) with Microsoft SMTP Server (TLS) id 15.0.949.11; Thu, 29 May 2014 07:52:53 +0000 Message-ID: <5386E661.4080900@bp.renesas.com> Date: Thu, 29 May 2014 16:48:49 +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: , Magnus Damm , Simon Horman Subject: [PATCH 2/7] ARM: shmobile: Make r8a77900 CPUFreq capable X-Originating-IP: [211.11.155.149] X-ClientProxiedBy: SIXPR04CA017.apcprd04.prod.outlook.com (10.141.119.37) To HKNPR06MB370.apcprd06.prod.outlook.com (10.141.35.24) X-Forefront-PRVS: 022649CC2C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(6049001)(428001)(189002)(199002)(4396001)(64706001)(77982001)(66066001)(47776003)(80022001)(65806001)(83506001)(65956001)(79102001)(76482001)(20776003)(64126003)(54356999)(87266999)(86362001)(575784001)(65816999)(81542001)(92566001)(92726001)(50986999)(42186004)(59896001)(81342001)(74502001)(33656002)(50466002)(21056001)(102836001)(31966008)(83322001)(46102001)(99396002)(83072002)(23736002)(85852003)(74662001)(19580405001)(101416001)(87976001)(19580395003); DIR:OUT; SFP:; SCL:1; SRVR:HKNPR06MB370; H:[10.164.207.238]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:0; 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 r8a77900 platform as CPUFreq capable on multiplatform build only. Signed-off-by: Benoit Cousson --- 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 2a7712b..a0b2b7f 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -35,6 +35,8 @@ config ARCH_R8A7790 bool "R-Car H2 (R8A77900)" select RENESAS_IRQC select SYS_SUPPORTS_SH_CMT + select ARCH_HAS_CPUFREQ + select ARCH_HAS_OPP config ARCH_R8A7791 bool "R-Car M2 (R8A77910)"