Message ID | 20220525073657.573327-4-sst@poczta.fm (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/7] dt-bindings: hwmon: Add compatible string for ADT7481 in lm90 | expand |
On Wed, May 25, 2022 at 09:36:53AM +0200, Slawomir Stepien wrote: > From: Slawomir Stepien <slawomir.stepien@nokia.com> > > This will allow binding the driver with the device from the device tree. > > Signed-off-by: Slawomir Stepien <slawomir.stepien@nokia.com> Applied to hwmon-next. Thanks, Guenter > --- > drivers/hwmon/lm90.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c > index 4c25c9ffdfe9..02b211a4e571 100644 > --- a/drivers/hwmon/lm90.c > +++ b/drivers/hwmon/lm90.c > @@ -294,6 +294,10 @@ static const struct of_device_id __maybe_unused lm90_of_match[] = { > .compatible = "adi,adt7461a", > .data = (void *)adt7461a > }, > + { > + .compatible = "adi,adt7481", > + .data = (void *)adt7481 > + }, > { > .compatible = "gmt,g781", > .data = (void *)g781
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index 4c25c9ffdfe9..02b211a4e571 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c @@ -294,6 +294,10 @@ static const struct of_device_id __maybe_unused lm90_of_match[] = { .compatible = "adi,adt7461a", .data = (void *)adt7461a }, + { + .compatible = "adi,adt7481", + .data = (void *)adt7481 + }, { .compatible = "gmt,g781", .data = (void *)g781