[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240729201843.142918-4-danila@jiaxyga.com>
Date: Mon, 29 Jul 2024 23:18:10 +0300
From: Danila Tikhonov <danila@...xyga.com>
To: robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
andersson@...nel.org,
konrad.dybcio@...aro.org,
rafael@...nel.org,
viresh.kumar@...aro.org,
heikki.krogerus@...ux.intel.com,
gregkh@...uxfoundation.org,
kees@...nel.org,
tony.luck@...el.com,
gpiccoli@...lia.com,
sudeep.holla@....com,
quic_rjendra@...cinc.com,
andre.przywara@....com,
ulf.hansson@...aro.org,
davidwronek@...il.com,
neil.armstrong@...aro.org,
heiko.stuebner@...rry.de,
rafal@...ecki.pl,
macromorgan@...mail.com,
linus.walleij@...aro.org,
dmitry.baryshkov@...aro.org,
johan+linaro@...nel.org,
javier.carrasco.cruz@...il.com,
quic_kriskura@...cinc.com,
lpieralisi@...nel.org,
fekz115@...il.com
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org,
linux-pm@...r.kernel.org,
linux-usb@...r.kernel.org,
linux-hardening@...r.kernel.org,
linux@...nlining.org,
Danila Tikhonov <danila@...xyga.com>
Subject: [PATCH 03/11] cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist
The Qualcomm SM7325 platform uses the qcom-cpufreq-hw driver, so add
it to the cpufreq-dt-platdev driver's blocklist.
Signed-off-by: Danila Tikhonov <danila@...xyga.com>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index cac379ba006d..18942bfe9c95 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -166,6 +166,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,sm6350", },
{ .compatible = "qcom,sm6375", },
{ .compatible = "qcom,sm7225", },
+ { .compatible = "qcom,sm7325", },
{ .compatible = "qcom,sm8150", },
{ .compatible = "qcom,sm8250", },
{ .compatible = "qcom,sm8350", },
--
2.45.2
Powered by blists - more mailing lists