aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xlp.c
diff options
context:
space:
mode:
authorJayachandran C <jnair@caviumnetworks.com>2017-03-12 11:14:28 +0000
committerLinus Walleij <linus.walleij@linaro.org>2017-03-16 21:52:10 +0100
commit529f75d8ca214aa52ed609d1a909bbe3a71504bf (patch)
tree99ca174bae0d33642d1755f1dce60a24fa1652bf /drivers/gpio/gpio-xlp.c
parentgpio: zx: make use of raw_spinlock variants (diff)
downloadlinux-dev-529f75d8ca214aa52ed609d1a909bbe3a71504bf.tar.xz
linux-dev-529f75d8ca214aa52ed609d1a909bbe3a71504bf.zip
gpio: xlp: 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 this platform. Update compile dependencies and ACPI ID to reflect this change. Signed-off-by: Jayachandran C <jnair@caviumnetworks.com> [Drop depreciation of ARCH_VULCAN] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-xlp.c')
-rw-r--r--drivers/gpio/gpio-xlp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-xlp.c b/drivers/gpio/gpio-xlp.c
index 7cc82cf82b82..d857e1d8e731 100644
--- a/drivers/gpio/gpio-xlp.c
+++ b/drivers/gpio/gpio-xlp.c
@@ -441,6 +441,7 @@ out_gpio_remove:
#ifdef CONFIG_ACPI
static const struct acpi_device_id xlp_gpio_acpi_match[] = {
{ "BRCM9006", GPIO_VARIANT_VULCAN },
+ { "CAV9006", GPIO_VARIANT_VULCAN },
{},
};
MODULE_DEVICE_TABLE(acpi, xlp_gpio_acpi_match);