]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
authorHal Feng <hal.feng@starfivetech.com>
Thu, 16 Oct 2025 08:00:48 +0000 (16:00 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 23 Oct 2025 06:40:11 +0000 (12:10 +0530)
Add the compatible strings for supporting the generic
cpufreq driver on the StarFive JH7110S SoC.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index cd1816a12bb996f96262c8af2f09b06f11648e9b..dc11b62399ad5b2a489d16f56747743273f56885 100644 (file)
@@ -87,6 +87,7 @@ static const struct of_device_id allowlist[] __initconst = {
        { .compatible = "st-ericsson,u9540", },
 
        { .compatible = "starfive,jh7110", },
+       { .compatible = "starfive,jh7110s", },
 
        { .compatible = "ti,omap2", },
        { .compatible = "ti,omap4", },