cpufreq: Add i.MX7ULP to cpufreq-dt-platdev blacklist
authorPeng Fan <peng.fan@nxp.com>
Mon, 20 Apr 2020 07:55:13 +0000 (15:55 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 28 Apr 2020 04:15:54 +0000 (09:45 +0530)
Add i.MX7ULP to cpufreq-dt-platdev blacklist.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index cb9db16..5c8baf6 100644 (file)
@@ -105,6 +105,7 @@ static const struct of_device_id blacklist[] __initconst = {
        { .compatible = "calxeda,highbank", },
        { .compatible = "calxeda,ecx-2000", },
 
+       { .compatible = "fsl,imx7ulp", },
        { .compatible = "fsl,imx7d", },
        { .compatible = "fsl,imx8mq", },
        { .compatible = "fsl,imx8mm", },