Skip to content

Commit bc8b0c2

Browse files
Stefan Agnervireshk
authored andcommitted
cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklist
The i.MX 7Solo currently does not have multiple operating points, however, in order for the i.MX Thermal driver to successfully probe a cpufreq device is required. Add it to the cpufreq-dt-platdev driver's blocklist to allow using imx-cpufreq-dt. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Cc: Stefan Agner <stefan@agner.ch> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 4ce9f72 commit bc8b0c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ static const struct of_device_id blocklist[] __initconst = {
110110

111111
{ .compatible = "fsl,imx7ulp", },
112112
{ .compatible = "fsl,imx7d", },
113+
{ .compatible = "fsl,imx7s", },
113114
{ .compatible = "fsl,imx8mq", },
114115
{ .compatible = "fsl,imx8mm", },
115116
{ .compatible = "fsl,imx8mn", },

0 commit comments

Comments
 (0)