From patchwork Wed May 2 09:58:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10375327 X-Patchwork-Delegate: rjw@sisk.pl 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 930FA603B4 for ; Wed, 2 May 2018 09:58:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 864AD2868D for ; Wed, 2 May 2018 09:58:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 79A0C28692; Wed, 2 May 2018 09:58:19 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable 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 31D762869F for ; Wed, 2 May 2018 09:58:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751706AbeEBJ6S (ORCPT ); Wed, 2 May 2018 05:58:18 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:48194 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702AbeEBJ6R (ORCPT ); Wed, 2 May 2018 05:58:17 -0400 Received: from reginn.horms.nl (a80-127-179-77.adsl.xs4all.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 78CAA25BDFD; Wed, 2 May 2018 19:58:15 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1525255095; bh=Yyy7vsFYcLUpG5HThGrmlzBquJuqbAh4p1dwUGKvvuI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZBauz4Vi29Qy+2RRO/ibftTPIszX1MNQL0QZ97fE72xB5YGZo65jYJX2lrqmQZ2q/ ylDL3nOz8ZXmVPUnu0lp+Apc/GYPXizw8GujYaIOT63Akpq8MflAHfj/eBxRp3USFm EcxwYmgGWBnEk83T5Ta5f+IPQFLGQ4TL5aZ84Z5Q= Received: by reginn.horms.nl (Postfix, from userid 7100) id 6AE9D940749; Wed, 2 May 2018 11:58:13 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org, "Rafael J. Wysocki" , Viresh Kumar Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , linux-pm@vger.kernel.org, Simon Horman Subject: [PATCH 2/2] Revert "cpufreq: rcar: Add support for R8A7795 SoC" Date: Wed, 2 May 2018 11:58:06 +0200 Message-Id: <20180502095806.30341-3-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180502095806.30341-1-horms+renesas@verge.net.au> References: <20180502095806.30341-1-horms+renesas@verge.net.au> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This reverts commit 034def597bb73cbf29ffade7d8aec8408af8c743. This is no longer needed since the flowing commit and to the best of my knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2") Signed-off-by: Simon Horman --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 206ae7460f4a..c2165edadd41 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -66,7 +66,6 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "renesas,r8a7792", }, { .compatible = "renesas,r8a7793", }, { .compatible = "renesas,r8a7794", }, - { .compatible = "renesas,r8a7795", }, { .compatible = "renesas,sh73a0", }, { .compatible = "rockchip,rk2928", },