Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bda0bac authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Prasad Sodagudi
Browse files

ARM64: Increase the number of gpios to 1280



Number of gpios has increased on sdm845 and existing 1024
number is not enough. Increase the number to 1280.

Change-Id: I9ca0255d9ef52f2d9b4140a7c975d47bd6db63a0
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 4ba9441e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -645,7 +645,7 @@ config HOTPLUG_CPU
# selected platforms.
config ARCH_NR_GPIO
	int
	default 1024 if ARCH_QCOM
	default 1280 if ARCH_QCOM
	default 256
	help
	  Maximum number of GPIOs in the system.