summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-01-04 11:01:56 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2018-03-08 14:51:37 +0100
commit09ca9a960cb7ca4d46b3adbf2f286a0edd44b421 (patch)
tree2a4b0f1eacfeef5d0ad4c3c40a078cbd3de8391a /drivers
parent1db9f06709adfa8fbf538ebc0c17b0b29cf693c6 (diff)
cpufreq: imx7s: add i.MX 7Solo
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 i.MX 7Solo to the devices which use the generic device tree cpufreq driver. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 71267626456b..06efdd55ddd8 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -32,6 +32,7 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "fsl,imx51", },
{ .compatible = "fsl,imx53", },
{ .compatible = "fsl,imx7d", },
+ { .compatible = "fsl,imx7s", },
{ .compatible = "marvell,berlin", },