Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH] hwmon: (max6639) Publish the OF module alias
@ 2026-09-05 13:36 hpp.iscas
  2026-09-05 13:48 ` sashiko-bot
  0 siblings, 1 reply; 2+ messages in thread
From: hpp.iscas @ 2026-09-05 13:36 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: hpp.iscas, linux-hwmon, linux-kernel, Naresh Solanki

The MAX6639 I2C driver matches Device Tree devices through
max6639_of_match, but only publishes its I2C ID table. The I2C core
emits an OF modalias for a Device Tree client, which does not match
the legacy i2c:max6639 alias.

Publish the existing OF table; retain legacy I2C detection.

Fixes: f11e27383c12 ("hwmon: (max6639) Add compatible string")
Signed-off-by: hpp.iscas <hppiscas@163.com>
---
 drivers/hwmon/max6639.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/max6639.c b/drivers/hwmon/max6639.c
index dd5f4b3..bf92361 100644
--- a/drivers/hwmon/max6639.c
+++ b/drivers/hwmon/max6639.c
@@ -790,6 +790,7 @@ static const struct of_device_id max6639_of_match[] = {
 	{ .compatible = "maxim,max6639", },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, max6639_of_match);
 
 static struct i2c_driver max6639_driver = {
 	.class = I2C_CLASS_HWMON,


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-05 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 13:36 [PATCH] hwmon: (max6639) Publish the OF module alias hpp.iscas
2026-09-05 13:48 ` sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox