Skip to content

Commit 6e7970c

Browse files
hal-fengvireshk
authored andcommitted
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 <hal.feng@starfivetech.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 2de5cb9 commit 6e7970c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ static const struct of_device_id allowlist[] __initconst = {
8787
{ .compatible = "st-ericsson,u9540", },
8888

8989
{ .compatible = "starfive,jh7110", },
90+
{ .compatible = "starfive,jh7110s", },
9091

9192
{ .compatible = "ti,omap2", },
9293
{ .compatible = "ti,omap4", },

0 commit comments

Comments
 (0)