Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH] hwmon: emc2305: Add missing device tree compatibles
@ 2026-07-10 11:21 Peter Robinson
  2026-07-10 11:33 ` sashiko-bot
  2026-07-10 14:20 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Robinson @ 2026-07-10 11:21 UTC (permalink / raw)
  To: Guenter Roeck, linux-hwmon; +Cc: Peter Robinson

Add the missing device tree compatibles for all the variants
so they can be specified. There's at least the use of emc2301
already.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/hwmon/emc2305.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/hwmon/emc2305.c b/drivers/hwmon/emc2305.c
index eef3b021671b0..38034d7a30901 100644
--- a/drivers/hwmon/emc2305.c
+++ b/drivers/hwmon/emc2305.c
@@ -762,6 +762,9 @@ static void emc2305_shutdown(struct i2c_client *client)
 }
 
 static const struct of_device_id of_emc2305_match_table[] = {
+	{ .compatible = "microchip,emc2301", },
+	{ .compatible = "microchip,emc2302", },
+	{ .compatible = "microchip,emc2303", },
 	{ .compatible = "microchip,emc2305", },
 	{},
 };
-- 
2.55.0


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

end of thread, other threads:[~2026-07-10 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 11:21 [PATCH] hwmon: emc2305: Add missing device tree compatibles Peter Robinson
2026-07-10 11:33 ` sashiko-bot
2026-07-10 14:20 ` Guenter Roeck

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