Commit 6e7970ca authored by Hal Feng's avatar Hal Feng Committed by Viresh Kumar
Browse files

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: default avatarHal Feng <hal.feng@starfivetech.com>
Reviewed-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 2de5cb96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },