diff options
-rw-r--r-- | drivers/hwmon/lm90.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index f54227affe09..85d35ccb7c44 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c @@ -295,6 +295,10 @@ static const struct of_device_id __maybe_unused lm90_of_match[] = { .data = (void *)adt7461a }, { + .compatible = "adi,adt7481", + .data = (void *)adt7481 + }, + { .compatible = "gmt,g781", .data = (void *)g781 }, |