From patchwork Wed Aug 16 05:37:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 9903043 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 A49CF600CA for ; Wed, 16 Aug 2017 05:37:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A28227E5A for ; Wed, 16 Aug 2017 05:37:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8EDEE288DD; Wed, 16 Aug 2017 05:37:58 +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.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI 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 2040627E5A for ; Wed, 16 Aug 2017 05:37:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601AbdHPFhn (ORCPT ); Wed, 16 Aug 2017 01:37:43 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:35984 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbdHPFhg (ORCPT ); Wed, 16 Aug 2017 01:37:36 -0400 Received: by mail-pf0-f179.google.com with SMTP id c28so1905873pfe.3 for ; Tue, 15 Aug 2017 22:37:36 -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 :in-reply-to:references; bh=xUT3XBrZ0qine3xtiBxaUkZymZnzfvhTD8+eRLp7Ot0=; b=NPwZnl0XWpFdkTHg7vmXAO2nhaFfymqNBQqLxYELWTVShKDVxU3+Ift64Xfh3gsOCg uI0sE7Kh8RULQ+6lhBbRQ7yRWW+slLbMw+yxoIbUkIwK+MqER9N5D1glJA63XejN//Nk DiSybLOOzNa7W4Vm93qqkDDR3S5/62I/0c2K4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=xUT3XBrZ0qine3xtiBxaUkZymZnzfvhTD8+eRLp7Ot0=; b=rIWtL4ECs9E1hTxemC8h5aKUn4XsK2vLna2tx8d/Qs4DeRCt4xmYCI/e/wAubAxzJC jVXD9WHo/wZkQZTRew6HpMbAGLxwrVfcCT/xoLwounbXXrLPv3G1kL28VfdCEPVPOGb7 0ShBVPZvOwmKVumUxGlsF2XpQARVAznWIBmTxViQ4gYh+RMVmaEZku7zkt+n0PWbOVMv OO0qHiCsOn6mpAZU+y7Up2liBnOWGufLbOlhjNEPTpSgwL/PfzPEVfII2gIEWOo/0B7J fW8I3ew5/1JKdpoinmfI3EmnX1avSDy3qRGOR+iTIZxNyZAQe6I6OLaYR2bD48pEzvKi G2Bw== X-Gm-Message-State: AHYfb5hVI3Jr2N5XYJeSvx+Z5/d7R+rLhF4TSOpi0EwD6QixHsirVXz8 aYFq8wnIvEtB0T4o X-Received: by 10.99.148.17 with SMTP id m17mr547507pge.67.1502861855741; Tue, 15 Aug 2017 22:37:35 -0700 (PDT) Received: from localhost ([122.172.110.130]) by smtp.gmail.com with ESMTPSA id h14sm236062pgn.34.2017.08.15.22.37.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Aug 2017 22:37:35 -0700 (PDT) From: Viresh Kumar To: Rafael Wysocki Cc: Viresh Kumar , linux-pm@vger.kernel.org, Vincent Guittot , geert@linux-m68k.org, maxime.ripard@free-electrons.com, wens@csie.org, xuwei5@hisilicon.com, kgene@kernel.org, krzk@kernel.org, yamada.masahiro@socionext.com, jun.nie@linaro.org, baoyou.xie@linaro.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] cpufreq: dt-platdev: Drop few entries from whitelist Date: Wed, 16 Aug 2017 11:07:28 +0530 Message-Id: <7182e308a552d37064f61e724c709667a6fa098d.1502861444.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.14.1.202.g24db08a6e8fe In-Reply-To: References: In-Reply-To: References: 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 Drop few ARM (32 and 64 bit) platforms from the whitelist which always use "operating-points-v2" property from their DT. They should continue to work after this patch. Tested on Hikey platform (only the "hisilicon,hi6220" entry). Signed-off-by: Viresh Kumar Acked-by: Chen-Yu Tsai --- drivers/cpufreq/cpufreq-dt-platdev.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 061b468512a2..45f2ec3b7f7a 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -27,7 +27,6 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "allwinner,sun6i-a31s", }, { .compatible = "allwinner,sun7i-a20", }, { .compatible = "allwinner,sun8i-a23", }, - { .compatible = "allwinner,sun8i-a33", }, { .compatible = "allwinner,sun8i-a83t", }, { .compatible = "allwinner,sun8i-h3", }, @@ -37,7 +36,6 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "arm,integrator-cp", }, { .compatible = "hisilicon,hi3660", }, - { .compatible = "hisilicon,hi6220", }, { .compatible = "fsl,imx27", }, { .compatible = "fsl,imx51", }, @@ -51,11 +49,8 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "samsung,exynos3250", }, { .compatible = "samsung,exynos4210", }, { .compatible = "samsung,exynos4212", }, - { .compatible = "samsung,exynos4412", }, { .compatible = "samsung,exynos5250", }, #ifndef CONFIG_BL_SWITCHER - { .compatible = "samsung,exynos5420", }, - { .compatible = "samsung,exynos5433", }, { .compatible = "samsung,exynos5800", }, #endif @@ -87,11 +82,7 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "rockchip,rk3368", }, { .compatible = "rockchip,rk3399", }, - { .compatible = "socionext,uniphier-pro5", }, - { .compatible = "socionext,uniphier-pxs2", }, { .compatible = "socionext,uniphier-ld6b", }, - { .compatible = "socionext,uniphier-ld11", }, - { .compatible = "socionext,uniphier-ld20", }, { .compatible = "ti,omap2", }, { .compatible = "ti,omap3", }, @@ -101,8 +92,6 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "xlnx,zynq-7000", }, { .compatible = "xlnx,zynqmp", }, - { .compatible = "zte,zx296718", }, - { } };