summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-06-21 08:59:14 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:25 +0800
commit8799d5fec4dccb352e2796923be3f38dae4975f7 (patch)
tree8fab5a7f7f21caeac77ef8e2fa0b49915071db60 /drivers/thermal
parentc57857fa2820230335d69904fbfa16e92243fb5e (diff)
MLK-18648 thermal: improve imx sc thermal driver name
Improve i.MX system controller thermal driver name by making it lower case. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/imx_sc_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/imx_sc_thermal.c b/drivers/thermal/imx_sc_thermal.c
index 931fa7c8d419..21f8c2ac214d 100644
--- a/drivers/thermal/imx_sc_thermal.c
+++ b/drivers/thermal/imx_sc_thermal.c
@@ -221,7 +221,7 @@ static struct platform_driver imx_sc_tsens_driver = {
.probe = imx_sc_tsens_probe,
.remove = imx_sc_tsens_remove,
.driver = {
- .name = "i.MX-sc-tsens",
+ .name = "imx-sc-thermal",
.of_match_table = imx_sc_tsens_table,
},
};