提交 bc8b0c27 编写于 作者: S Stefan Agner 提交者: Viresh Kumar

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: NStefan Agner <stefan.agner@toradex.com>
Cc: Stefan Agner <stefan@agner.ch>
Signed-off-by: NFrancesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: NFabio Estevam <festevam@gmail.com>
Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
上级 4ce9f72e
...@@ -110,6 +110,7 @@ static const struct of_device_id blocklist[] __initconst = { ...@@ -110,6 +110,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "fsl,imx7ulp", }, { .compatible = "fsl,imx7ulp", },
{ .compatible = "fsl,imx7d", }, { .compatible = "fsl,imx7d", },
{ .compatible = "fsl,imx7s", },
{ .compatible = "fsl,imx8mq", }, { .compatible = "fsl,imx8mq", },
{ .compatible = "fsl,imx8mm", }, { .compatible = "fsl,imx8mm", },
{ .compatible = "fsl,imx8mn", }, { .compatible = "fsl,imx8mn", },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册