Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6abacab authored by Leonard Crestez's avatar Leonard Crestez Committed by Viresh Kumar
Browse files

cpufreq: Switch imx7d to imx-cpufreq-dt for speed grading



This driver can handle speed grading bits on imx7d just like on imx8mq
and imx8mm.

Signed-off-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 7d5f589a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ static const struct of_device_id whitelist[] __initconst = {
	{ .compatible = "fsl,imx27", },
	{ .compatible = "fsl,imx51", },
	{ .compatible = "fsl,imx53", },
	{ .compatible = "fsl,imx7d", },

	{ .compatible = "marvell,berlin", },
	{ .compatible = "marvell,pxa250", },
@@ -108,6 +107,7 @@ static const struct of_device_id blacklist[] __initconst = {
	{ .compatible = "calxeda,highbank", },
	{ .compatible = "calxeda,ecx-2000", },

	{ .compatible = "fsl,imx7d", },
	{ .compatible = "fsl,imx8mq", },
	{ .compatible = "fsl,imx8mm", },