Commit f422449b authored by Cheng-Min Ao's avatar Cheng-Min Ao Committed by Guenter Roeck

hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table

Correct a typo in OF device ID table
The last one should be 'ti,tmp442'
Signed-off-by: default avatarCheng-Min Ao <tony_ao@wiwynn.com>
Signed-off-by: default avatarYu-Hsiang Chen <matt_chen@wiwynn.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent b0407d82
...@@ -88,7 +88,7 @@ static const struct of_device_id tmp421_of_match[] = { ...@@ -88,7 +88,7 @@ static const struct of_device_id tmp421_of_match[] = {
.data = (void *)2 .data = (void *)2
}, },
{ {
.compatible = "ti,tmp422", .compatible = "ti,tmp442",
.data = (void *)3 .data = (void *)3
}, },
{ }, { },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment