summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-06-21 08:59:14 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitc2604fe00a2a7b6a0d9cc43582896a0b94788da5 (patch)
tree8ee02ccd2df98bcad00dbbbd80d9c78f58d7dff2 /drivers/thermal
parent896f10b48ea6bc58aa02b8db36e502c3ea4e0a3c (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,
},
};