cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
authorMason Huo <mason.huo@starfivetech.com>
Fri, 21 Apr 2023 03:14:30 +0000 (11:14 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 11 May 2023 09:02:30 +0000 (14:32 +0530)
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>
drivers/cpufreq/cpufreq-dt-platdev.c

index 338cf6cc659604d7f686944ae004074c29d79245..14aa8281c7f40bc71dd3f7bf4e1b127dc68a8429 100644 (file)
@@ -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", },