diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-01-04 11:01:56 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-12-24 01:27:31 +0100 |
commit | 0aeb29586d5460dbf59a91044c94b162aa0c849d (patch) | |
tree | 17d7d97aeef97b65222b7bfa9b657fe069a430d7 /drivers | |
parent | 17d0b4e3ce2dd9fb1a3f9d8627b0815a1c7e0f89 (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.c | 1 |
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", }, |