Commit b9e7dfde authored by Slawomir Stepien's avatar Slawomir Stepien Committed by Guenter Roeck

hwmon: (lm90) Add compatible entry for adt7481

This will allow binding the driver with the device from the device tree.
Signed-off-by: default avatarSlawomir Stepien <slawomir.stepien@nokia.com>
Link: https://lore.kernel.org/r/20220525073657.573327-4-sst@poczta.fmSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent f0769121
...@@ -294,6 +294,10 @@ static const struct of_device_id __maybe_unused lm90_of_match[] = { ...@@ -294,6 +294,10 @@ static const struct of_device_id __maybe_unused lm90_of_match[] = {
.compatible = "adi,adt7461a", .compatible = "adi,adt7461a",
.data = (void *)adt7461a .data = (void *)adt7461a
}, },
{
.compatible = "adi,adt7481",
.data = (void *)adt7481
},
{ {
.compatible = "gmt,g781", .compatible = "gmt,g781",
.data = (void *)g781 .data = (void *)g781
......
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