From: Hal Feng Date: Thu, 16 Oct 2025 08:00:48 +0000 (+0800) Subject: cpufreq: dt-platdev: Add JH7110S SOC to the allowlist X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e7970cab51d01b8f7c56f120486c571c22e1b80;p=thirdparty%2Fkernel%2Flinux.git cpufreq: dt-platdev: Add JH7110S SOC to the allowlist Add the compatible strings for supporting the generic cpufreq driver on the StarFive JH7110S SoC. Signed-off-by: Hal Feng Reviewed-by: Heinrich Schuchardt Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index cd1816a12bb99..dc11b62399ad5 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -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", },