summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qoriq_thermal.c
diff options
context:
space:
mode:
authorAnson Huang2018-08-30 04:14:46 +0200
committerEduardo Valentin2018-10-23 02:29:47 +0200
commit6017e2a9d727809bfae9a4decfe8d00e2a0f0242 (patch)
treee23bc37f14e21d56fed62e42594b96cf5153f6ab /drivers/thermal/qoriq_thermal.c
parentthermal: Convert to using %pOFn instead of device_node.name (diff)
downloadkernel-qcow2-linux-6017e2a9d727809bfae9a4decfe8d00e2a0f0242.tar.gz
kernel-qcow2-linux-6017e2a9d727809bfae9a4decfe8d00e2a0f0242.tar.xz
kernel-qcow2-linux-6017e2a9d727809bfae9a4decfe8d00e2a0f0242.zip
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/qoriq_thermal.c')
-rw-r--r--drivers/thermal/qoriq_thermal.c1
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);