Skip to content

Commit e7c69fd

Browse files
author
Wolfram Sang
committed
Merge tag 'at24-updates-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.7
at24 updates for v5.7 - add a new ACPI ID for 24c1024
2 parents f7b87c9 + 4837621 commit e7c69fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/eeprom/at24.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ MODULE_DEVICE_TABLE(of, at24_of_match);
227227

228228
static const struct acpi_device_id at24_acpi_ids[] = {
229229
{ "INT3499", (kernel_ulong_t)&at24_data_INT3499 },
230+
{ "TPF0001", (kernel_ulong_t)&at24_data_24c1024 },
230231
{ /* END OF LIST */ }
231232
};
232233
MODULE_DEVICE_TABLE(acpi, at24_acpi_ids);

0 commit comments

Comments
 (0)