VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Thara Gopinath <thara.gopinath@linaro.org> 2021-08-04 16:34:20 -0400 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-09-03 10:23:00 +0200 commit: 25d4ff7e59aa71d5e81e1e11d2364e9dcec1c25a parent: ef3738a60d1826a46e6fdc4e8dc037705b32693c
Commit Summary:
cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 5e07065ec22f..1f8dc1164ba2 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -138,6 +138,7 @@ static const struct of_device_id blacklist[] __initconst = {
 	{ .compatible = "qcom,qcs404", },
 	{ .compatible = "qcom,sc7180", },
 	{ .compatible = "qcom,sdm845", },
+	{ .compatible = "qcom,sm8150", },
 
 	{ .compatible = "st,stih407", },
 	{ .compatible = "st,stih410", },