From: Mason Huo Date: Fri, 21 Apr 2023 03:14:30 +0000 (+0800) Subject: cpufreq: dt-platdev: Add JH7110 SOC to the allowlist X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4b4c0d37164c296efbdbceacb8d2535a3910b13e;p=linux.git 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 Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 338cf6cc65960..14aa8281c7f40 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", },