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

cpufreq: Use imx-cpufreq-dt for i.MX8MN's speed grading

Add i.MX8MN to blacklist, so that imx-cpufreq-dt driver can handle
speed grading bits just like other i.MX8M SoCs.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Anson Huang and committed by
Viresh Kumar
8ec50350 ada54f35

+1
+1
drivers/cpufreq/cpufreq-dt-platdev.c
··· 109 109 { .compatible = "fsl,imx7d", }, 110 110 { .compatible = "fsl,imx8mq", }, 111 111 { .compatible = "fsl,imx8mm", }, 112 + { .compatible = "fsl,imx8mn", }, 112 113 113 114 { .compatible = "marvell,armadaxp", }, 114 115