Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Leonard Crestez and committed by
Viresh Kumar
e6abacab 7d5f589a

+1 -1
+1 -1
drivers/cpufreq/cpufreq-dt-platdev.c
··· 40 40 { .compatible = "fsl,imx27", }, 41 41 { .compatible = "fsl,imx51", }, 42 42 { .compatible = "fsl,imx53", }, 43 - { .compatible = "fsl,imx7d", }, 44 43 45 44 { .compatible = "marvell,berlin", }, 46 45 { .compatible = "marvell,pxa250", }, ··· 107 108 { .compatible = "calxeda,highbank", }, 108 109 { .compatible = "calxeda,ecx-2000", }, 109 110 111 + { .compatible = "fsl,imx7d", }, 110 112 { .compatible = "fsl,imx8mq", }, 111 113 { .compatible = "fsl,imx8mm", }, 112 114