Skip to content

Commit 2563220

Browse files
hal-fengopsiff
authored andcommitted
cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
[ Upstream commit 6e7970c ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org> (cherry picked from commit 3d9ecabe2953d3827d9bf9198b48d2db573a8259) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent e8a5c33 commit 2563220

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)