Commit 4b4c0d37 authored by Mason Huo's avatar Mason Huo Committed by Viresh Kumar
Browse files

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: default avatarMason Huo <mason.huo@starfivetech.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent ac9a7868
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
	{ .compatible = "st-ericsson,u9500", },
	{ .compatible = "st-ericsson,u9540", },

	{ .compatible = "starfive,jh7110", },

	{ .compatible = "ti,omap2", },
	{ .compatible = "ti,omap4", },
	{ .compatible = "ti,omap5", },