aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorGravatar Mason Huo <mason.huo@starfivetech.com> 2023-04-21 11:14:30 +0800
committerGravatar Viresh Kumar <viresh.kumar@linaro.org> 2023-05-11 14:32:30 +0530
commit4b4c0d37164c296efbdbceacb8d2535a3910b13e (patch)
tree0b0335872e41a0d6def11a297da30c6c9a74d219 /drivers/cpufreq
parentLinux 6.4-rc1 (diff)
downloadlinux-4b4c0d37164c296efbdbceacb8d2535a3910b13e.tar.gz
linux-4b4c0d37164c296efbdbceacb8d2535a3910b13e.tar.bz2
linux-4b4c0d37164c296efbdbceacb8d2535a3910b13e.zip
cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
Add the compatible strings for supporting the generic cpufreq driver on the StarFive JH7110 SoC. Signed-off-by: Mason Huo <mason.huo@starfivetech.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 338cf6cc6596..14aa8281c7f4 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
{ .compatible = "st-ericsson,u9500", },
{ .compatible = "st-ericsson,u9540", },
+ { .compatible = "starfive,jh7110", },
+
{ .compatible = "ti,omap2", },
{ .compatible = "ti,omap4", },
{ .compatible = "ti,omap5", },