diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-06-21 08:59:14 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2019-02-12 10:32:25 +0800 |
commit | 8799d5fec4dccb352e2796923be3f38dae4975f7 (patch) | |
tree | 8fab5a7f7f21caeac77ef8e2fa0b49915071db60 /drivers/thermal/imx_sc_thermal.c | |
parent | c57857fa2820230335d69904fbfa16e92243fb5e (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/imx_sc_thermal.c')
-rw-r--r-- | drivers/thermal/imx_sc_thermal.c | 2 |
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, }, }; |