From patchwork Mon Jan 11 15:45:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Mazzucato X-Patchwork-Id: 360483 Delivered-To: patch@linaro.org Received: by 2002:a17:906:4755:0:0:0:0 with SMTP id j21csp2611647ejs; Mon, 11 Jan 2021 07:44:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJz18CLyAoOqwHay3qxycqvMD7cf/7bZXfQ3ZLSUtrNje4V8VOarK85JJyRVl2YjyBgn00W0 X-Received: by 2002:a17:906:fcda:: with SMTP id qx26mr47174ejb.213.1610379872197; Mon, 11 Jan 2021 07:44:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610379872; cv=none; d=google.com; s=arc-20160816; b=dx/XCaOiUQ34gVlJKbiPnFTh+LSBKQGSZx1g501S6C9tDbi53UUsH079CjUPviDayt 1w0ZAX4Y/KI61Y9yH1mp9w7fE5+yfhqHZf7lJ1kbNfkwMJP6TfuYeS4R6gGhDz8vrnye H01AEjFfAY+5WGRyIPw8eP2IK/FE87tQ/996aZIlw3rYOiL2v3kSiXSuEC4W4qKNOAnr 6V1xVdyQGI8dsXCm/+c9m/ZxxZkFlAJaGxdnfoykqxh+wZER9RwAr1wPYlhwAAwXQS+c Vl9fCwenWHE5QIVjzqWYJyIUUUORmTpD6S2qjli3IuE/fV+cH932zNKxE3G9YyXsAkf4 Mfcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=G1E9/g7KRMrz7FSSYzua2K4K+5deV5zPbq3JNZlyZT8=; b=kFum35ihm2as97s6eQxAVzm0zwDcvxdTDJ2qhuPo/qHGcDtHOgo11f3MWOpKG/Yk4C SzLLESRbfABZEr2htZoVLcPpgVul1/Yul6qYNkvpn8pAu6XMKcNG3URwHVM7BwqqjYHt u3SU0xJd3Hym4VgMgKQi9u2ArswbUcCCM1tPS0HSRrQ94P528/95SawO2gcLb0x1QTvI 7z02oIc3C3UM5EJB6FIMtKY8DXd17i1WLGBRILxBnjSXFkcCeTdFcMbDGePgRDG7Xlam WiXf4XpFUoa8AgToavsRvnVkqBjMzvhCunaPV+nwSVXj9m42eVrzsWBe8bd0q1vMC5Ui aE0w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-pm-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h16si6683192ejt.260.2021.01.11.07.44.32; Mon, 11 Jan 2021 07:44:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-pm-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-pm-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733214AbhAKPoC (ORCPT + 7 others); Mon, 11 Jan 2021 10:44:02 -0500 Received: from foss.arm.com ([217.140.110.172]:60260 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730360AbhAKPoB (ORCPT ); Mon, 11 Jan 2021 10:44:01 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3625D1396; Mon, 11 Jan 2021 07:43:16 -0800 (PST) Received: from ubuntu.arm.com (unknown [10.57.39.85]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D264B3F70D; Mon, 11 Jan 2021 07:43:13 -0800 (PST) From: Nicola Mazzucato To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, sudeep.holla@arm.com, rjw@rjwysocki.net, vireshk@kernel.org, cristian.marussi@arm.com Cc: morten.rasmussen@arm.com, chris.redpath@arm.com, nicola.mazzucato@arm.com Subject: [PATCH v6 4/4] cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev Date: Mon, 11 Jan 2021 15:45:24 +0000 Message-Id: <20210111154524.20196-5-nicola.mazzucato@arm.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210111154524.20196-1-nicola.mazzucato@arm.com> References: <20210111154524.20196-1-nicola.mazzucato@arm.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Sudeep Holla Add "arm,vexpress" to cpufreq-dt-platdev blacklist since the actual scaling is handled by the firmware cpufreq drivers(scpi, scmi and vexpress-spc). Signed-off-by: Sudeep Holla --- drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ 1 file changed, 2 insertions(+) -- 2.27.0 diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index bd2db0188cbb..91e6a0c10dbf 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -103,6 +103,8 @@ static const struct of_device_id whitelist[] __initconst = { static const struct of_device_id blacklist[] __initconst = { { .compatible = "allwinner,sun50i-h6", }, + { .compatible = "arm,vexpress", }, + { .compatible = "calxeda,highbank", }, { .compatible = "calxeda,ecx-2000", },