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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);