arm64: Set ARCH_NR_GPIO to 2048 for ARCH_APPLE
authorHector Martin <marcan@marcan.st>
Mon, 2 May 2022 09:14:27 +0000 (18:14 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 4 May 2022 15:33:48 +0000 (16:33 +0100)
commit5028fbad2d57910e8c776ba1c868da0e4f64978f
tree5c55d31a06e91d70ca421b1518aad9729c7cf006
parent48e6f22e25a44e43952db5fbb767dea0c9319cb2
arm64: Set ARCH_NR_GPIO to 2048 for ARCH_APPLE

We're already running into the 512 GPIO limit on t600[01] depending on
how many SMC GPIOs we allocate, and a 2-die version could double that.
Let's make it 2K to be safe for now.

Signed-off-by: Hector Martin <marcan@marcan.st>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220502091427.28416-1-marcan@marcan.st
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig