Message ID | 20220124082803.94286-3-francesco.dolcini@toradex.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | viresh kumar |
Headers | show |
Series | Enable i.MX7 SOLO temperature sensor | expand |
On Mon, Jan 24, 2022 at 5:28 AM Francesco Dolcini <francesco.dolcini@toradex.com> wrote: > > From: Stefan Agner <stefan.agner@toradex.com> > > 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>
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index ca1d103ec449..6b808f805eab 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -110,6 +110,7 @@ static const struct of_device_id blocklist[] __initconst = { { .compatible = "fsl,imx7ulp", }, { .compatible = "fsl,imx7d", }, + { .compatible = "fsl,imx7s", }, { .compatible = "fsl,imx8mq", }, { .compatible = "fsl,imx8mm", }, { .compatible = "fsl,imx8mn", },