Skip to content

Commit 4837621

Browse files
Markus Pietrekbrgl
authored andcommitted
eeprom: at24: add TPF0001 ACPI ID for 24c1024 device
This ID is used at leas on some variants of MSC C6B-SLH board. Signed-off-by: Markus Pietrek <[email protected]> Signed-off-by: Oleksij Rempel <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent bb6d3fb commit 4837621

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)