diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-08-30 10:14:46 +0800 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2018-10-22 17:29:47 -0700 |
commit | 6017e2a9d727809bfae9a4decfe8d00e2a0f0242 (patch) | |
tree | e23bc37f14e21d56fed62e42594b96cf5153f6ab /drivers/thermal | |
parent | 9b96566063c5511982c33df747e239e77cb75f78 (diff) | |
download | linux-6017e2a9d727809bfae9a4decfe8d00e2a0f0242.tar.bz2 |
thermal: qoriq: add i.mx8mq support
Add i.mx8mq specific compatible string.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/qoriq_thermal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c index 1fa132fc316b..d37a14bd872e 100644 --- a/drivers/thermal/qoriq_thermal.c +++ b/drivers/thermal/qoriq_thermal.c @@ -305,6 +305,7 @@ static SIMPLE_DEV_PM_OPS(qoriq_tmu_pm_ops, static const struct of_device_id qoriq_tmu_match[] = { { .compatible = "fsl,qoriq-tmu", }, + { .compatible = "fsl,imx8mq-tmu", }, {}, }; MODULE_DEVICE_TABLE(of, qoriq_tmu_match); |