lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 58ecb03f authored by Stefan Wahren's avatar Stefan Wahren Committed by Greg Kroah-Hartman

w1: ds2482: add i2c id for DS2484

The DS2484 is compatible to the DS2482-100, but also supports a
pin-controlled power-saving sleep mode.

Link: https://www.analog.com/media/en/technical-documentation/data-sheets/DS2484.pdfSigned-off-by: default avatarStefan Wahren <stefan.wahren@chargebyte.com>
Link: https://lore.kernel.org/r/20230406103137.6092-3-stefan.wahren@chargebyte.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 22ab6c51
...@@ -544,6 +544,7 @@ static void ds2482_remove(struct i2c_client *client) ...@@ -544,6 +544,7 @@ static void ds2482_remove(struct i2c_client *client)
*/ */
static const struct i2c_device_id ds2482_id[] = { static const struct i2c_device_id ds2482_id[] = {
{ "ds2482", 0 }, { "ds2482", 0 },
{ "ds2484", 0 },
{ } { }
}; };
MODULE_DEVICE_TABLE(i2c, ds2482_id); MODULE_DEVICE_TABLE(i2c, ds2482_id);
......
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