Commit 4837621c authored by Markus Pietrek's avatar Markus Pietrek Committed by Bartosz Golaszewski

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: default avatarMarkus Pietrek <mpie@msc-ge.com>
Signed-off-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent bb6d3fb3
......@@ -227,6 +227,7 @@ MODULE_DEVICE_TABLE(of, at24_of_match);
static const struct acpi_device_id at24_acpi_ids[] = {
{ "INT3499", (kernel_ulong_t)&at24_data_INT3499 },
{ "TPF0001", (kernel_ulong_t)&at24_data_24c1024 },
{ /* END OF LIST */ }
};
MODULE_DEVICE_TABLE(acpi, at24_acpi_ids);
......
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