From nobody Tue Jun 23 22:32:23 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5982AC433EF for ; Fri, 25 Feb 2022 03:55:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237163AbiBYDzn (ORCPT ); Thu, 24 Feb 2022 22:55:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233253AbiBYDzj (ORCPT ); Thu, 24 Feb 2022 22:55:39 -0500 Received: from mail-ot1-x334.google.com (mail-ot1-x334.google.com [IPv6:2607:f8b0:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E16EE338A for ; Thu, 24 Feb 2022 19:55:08 -0800 (PST) Received: by mail-ot1-x334.google.com with SMTP id w3-20020a056830060300b005ad10e3becaso2805729oti.3 for ; Thu, 24 Feb 2022 19:55:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=T81mSR+1Zj6dq+bi59Tjjq785xia/vTXg7pvxWMZP5Q=; b=o16kuWGDe1xIM6p5Qh4ZTO0litiSY/rbImF0+oFdMVX2+yt9qmuK9zz0xXULvLnsKu uptVQyLcN7CsYjkhMJbTHp3tYAjsBAGgRlZZK5MgwDj0sL15yRTzpXzL7xwTuZ83rj2K 4WGob+PVQsLpPRsz4hIyu0qj8R3vsghgczYgxVJ0JVsQMnN5boCGKwvGOBiEip+pbKJK Z9lFo+nzSrgq5cfV5NRUiK5dwiW4bzbY2YGpS+4jZJPs5PKaj11kQN15EdZP/GIsmR6X 74JnHDIzTmj4C+RHUWjPcr2mqLJKKzR4C2ZKol5FhjC7jpjnJSX2gbpIzSoXC1cGXOvm VV5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=T81mSR+1Zj6dq+bi59Tjjq785xia/vTXg7pvxWMZP5Q=; b=QdlLyRjssHlLeO1/PFaGeHfZk4tvLSaP19nBbwnMp8Af9gxG2XgzoGgt8Y31ffc+Z3 CmC5c/zbRjgW21e3U3YBSZC+ceMw/o7FP6ucc2a+ar62euadAaDS9H6c6RzLvQfxJChm wL8e2twgeXNftT5g95LtBLS/eiAq79mSExc2sqCQWNepci6nFdk1u9ZGDiN7jw6v82Ny mb2P5qmTqjMUHU0tHAUxQwVmO1xSHO0jiu6V+4e1ODx/HVgizR7P2vHBddH2dY2kkL9M mn62TsLE5NM1ASPejdrnhQgMN6lqqvj90efJSJQgM9p4B4VdbK2fNNS2t2kT6pG26ieQ p8cg== X-Gm-Message-State: AOAM531xpP/GucXYAEvShoBVaXKVjg6SAmDhqxIoPQOyF8+SSgnylFCp WCmxXI0X+nj3FregU2fMEdJoqQ== X-Google-Smtp-Source: ABdhPJwjiRwYy0dfCxWbhMkzKq6Ypu051JtDF3urnqLidlyDli33zRyaG/hBtJccsM7+t70CD5R+XA== X-Received: by 2002:a05:6830:154b:b0:5ad:3e5b:4356 with SMTP id l11-20020a056830154b00b005ad3e5b4356mr2071041otp.176.1645761307715; Thu, 24 Feb 2022 19:55:07 -0800 (PST) Received: from ripper.. ([2600:1700:a0:3dc8:205:1bff:fec0:b9b3]) by smtp.gmail.com with ESMTPSA id q6-20020a9d57c6000000b005ad5a1edd4csm595170oti.22.2022.02.24.19.55.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 19:55:07 -0800 (PST) From: Bjorn Andersson To: "Rafael J. Wysocki" , Viresh Kumar Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: [PATCH] cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev Date: Thu, 24 Feb 2022 19:57:06 -0800 Message-Id: <20220225035706.2294842-1-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The Qualcomm sc8280xp and sa8540p platforms also uses the qcom-cpufreq-hw driver, so add them to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Bjorn Andersson --- drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq= -dt-platdev.c index 6b808f805eab..96de1536e1cb 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -139,9 +139,11 @@ static const struct of_device_id blocklist[] __initcon= st =3D { { .compatible =3D "qcom,msm8996", }, { .compatible =3D "qcom,qcs404", }, { .compatible =3D "qcom,sa8155p" }, + { .compatible =3D "qcom,sa8540p" }, { .compatible =3D "qcom,sc7180", }, { .compatible =3D "qcom,sc7280", }, { .compatible =3D "qcom,sc8180x", }, + { .compatible =3D "qcom,sc8280xp", }, { .compatible =3D "qcom,sdm845", }, { .compatible =3D "qcom,sm6350", }, { .compatible =3D "qcom,sm8150", }, --=20 2.33.1