Skip to content

Commit 4b4c0d3

Browse files
masonhuovireshk
authored andcommitted
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 <mason.huo@starfivetech.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent ac9a786 commit 4b4c0d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
8585
{ .compatible = "st-ericsson,u9500", },
8686
{ .compatible = "st-ericsson,u9540", },
8787

88+
{ .compatible = "starfive,jh7110", },
89+
8890
{ .compatible = "ti,omap2", },
8991
{ .compatible = "ti,omap4", },
9092
{ .compatible = "ti,omap5", },

0 commit comments

Comments
 (0)