Message ID | 20240808184048.63030-4-danila@jiaxyga.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | b14ceb82c3a1b6f1422af4ea7a2a686dbaf0a094 |
Headers | show |
Series | Add Nothing Phone (1) support | expand |
On 08-08-24, 21:40, Danila Tikhonov wrote: > 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@jiaxyga.com> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > 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", }, Applied. Thanks.
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", },