diff options
author | Mason Huo <mason.huo@starfivetech.com> | 2023-04-21 05:14:30 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2023-05-11 11:02:30 +0200 |
commit | 4b4c0d37164c296efbdbceacb8d2535a3910b13e (patch) | |
tree | 0b0335872e41a0d6def11a297da30c6c9a74d219 /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | Linux 6.4-rc1 (diff) | |
download | linux-4b4c0d37164c296efbdbceacb8d2535a3910b13e.tar.xz 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 '')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 2 |
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", }, |