Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jayachandran C and committed by
Linus Walleij
529f75d8 8c41ab4f

+2 -1
+1 -1
drivers/gpio/Kconfig
··· 505 505 506 506 config GPIO_XLP 507 507 tristate "Netlogic XLP GPIO support" 508 - depends on OF_GPIO && (CPU_XLP || ARCH_VULCAN || COMPILE_TEST) 508 + depends on OF_GPIO && (CPU_XLP || ARCH_VULCAN || ARCH_THUNDER2 || COMPILE_TEST) 509 509 select GPIOLIB_IRQCHIP 510 510 help 511 511 This driver provides support for GPIO interface on Netlogic XLP MIPS64
+1
drivers/gpio/gpio-xlp.c
··· 441 441 #ifdef CONFIG_ACPI 442 442 static const struct acpi_device_id xlp_gpio_acpi_match[] = { 443 443 { "BRCM9006", GPIO_VARIANT_VULCAN }, 444 + { "CAV9006", GPIO_VARIANT_VULCAN }, 444 445 {}, 445 446 }; 446 447 MODULE_DEVICE_TABLE(acpi, xlp_gpio_acpi_match);