projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f348db
)
thermal: imx8mm: Support module autoloading
author
Anson Huang
<Anson.Huang@nxp.com>
Wed, 17 Jun 2020 07:47:54 +0000
(15:47 +0800)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Tue, 21 Jul 2020 13:14:37 +0000
(15:14 +0200)
Add a missing MODULE_DEVICE_TABLE entry to support module autoloading.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link:
https://lore.kernel.org/r/1592380074-19222-1-git-send-email-Anson.Huang@nxp.com
drivers/thermal/imx8mm_thermal.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/imx8mm_thermal.c
b/drivers/thermal/imx8mm_thermal.c
index e6061e26d4ac001734b905efe5231bd1acc3085b..f5124f14cf81386126c540841410c7c2d5b74679 100644
(file)
--- a/
drivers/thermal/imx8mm_thermal.c
+++ b/
drivers/thermal/imx8mm_thermal.c
@@
-220,6
+220,7
@@
static const struct of_device_id imx8mm_tmu_table[] = {
{ .compatible = "fsl,imx8mp-tmu", .data = &imx8mp_tmu_data, },
{ },
};
+MODULE_DEVICE_TABLE(of, imx8mm_tmu_table);
static struct platform_driver imx8mm_tmu = {
.driver = {