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@xxxxxxxxxxx> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > 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. -- viresh