提交 4165bd4b 编写于 作者: J Jayachandran C 提交者: Wolfram Sang

i2c: xlp9xx: update for ARCH_THUNDER2

ARCH_VULCAN arm64 platform (for Broadcom Vulcan ARM64 processors) has
been discontinued. Cavium's ThunderX2 CN99XX (ARCH_THUNDER2) will be
the next revision of the platform.

Update compile dependencies and ACPI ID to reflect this change. There
is not need to retain ARCH_VULCAN since the Vulcan processor was never
in production and the config option will be removed soon.
Signed-off-by: NJayachandran C <jnair@caviumnetworks.com>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 074363a5
...@@ -1022,7 +1022,7 @@ config I2C_XLR ...@@ -1022,7 +1022,7 @@ config I2C_XLR
config I2C_XLP9XX config I2C_XLP9XX
tristate "XLP9XX I2C support" tristate "XLP9XX I2C support"
depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST depends on CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST
help help
This driver enables support for the on-chip I2C interface of This driver enables support for the on-chip I2C interface of
the Broadcom XLP9xx/XLP5xx MIPS and Vulcan ARM64 processors. the Broadcom XLP9xx/XLP5xx MIPS and Vulcan ARM64 processors.
......
...@@ -432,6 +432,7 @@ MODULE_DEVICE_TABLE(of, xlp9xx_i2c_of_match); ...@@ -432,6 +432,7 @@ MODULE_DEVICE_TABLE(of, xlp9xx_i2c_of_match);
#ifdef CONFIG_ACPI #ifdef CONFIG_ACPI
static const struct acpi_device_id xlp9xx_i2c_acpi_ids[] = { static const struct acpi_device_id xlp9xx_i2c_acpi_ids[] = {
{"BRCM9007", 0}, {"BRCM9007", 0},
{"CAV9007", 0},
{} {}
}; };
MODULE_DEVICE_TABLE(acpi, xlp9xx_i2c_acpi_ids); MODULE_DEVICE_TABLE(acpi, xlp9xx_i2c_acpi_ids);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册