]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i2c: xlp9xx: update for ARCH_THUNDER2
authorJayachandran C <jnair@caviumnetworks.com>
Sun, 12 Mar 2017 10:54:55 +0000 (10:54 +0000)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 23 Mar 2017 20:44:21 +0000 (21:44 +0100)
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: Jayachandran C <jnair@caviumnetworks.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/i2c-xlp9xx.c

index 39c0ead2a6df71c0df2f043e46d4aac51a4e6b18..144cbadc7c728d38661cd231f704751cce6b0227 100644 (file)
@@ -1022,7 +1022,7 @@ config I2C_XLR
 
 config I2C_XLP9XX
        tristate "XLP9XX I2C support"
-       depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST
+       depends on CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST
        help
          This driver enables support for the on-chip I2C interface of
          the Broadcom XLP9xx/XLP5xx MIPS and Vulcan ARM64 processors.
index 66b464d52c9c12623d61786041f75b8ab6b22d52..ae80228104e9f6a613669b431f3807e0281fd175 100644 (file)
@@ -432,6 +432,7 @@ MODULE_DEVICE_TABLE(of, xlp9xx_i2c_of_match);
 #ifdef CONFIG_ACPI
 static const struct acpi_device_id xlp9xx_i2c_acpi_ids[] = {
        {"BRCM9007", 0},
+       {"CAV9007",  0},
        {}
 };
 MODULE_DEVICE_TABLE(acpi, xlp9xx_i2c_acpi_ids);