All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10] aspeed: Set max gpio num.
@ 2017-06-29 13:30 Mykola Kostenok
  2017-06-30  0:34 ` Milton Miller II
  0 siblings, 1 reply; 8+ messages in thread
From: Mykola Kostenok @ 2017-06-29 13:30 UTC (permalink / raw)
  To: Joel Stanley, openbmc; +Cc: Mykola Kostenok

Set maximum number of gpio for ARCH_ASPEED.

Signed-off-by: Mykola Kostenok <c_mykolak@mellanox.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 186c4c214e0a..9d373685c628 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1492,6 +1492,7 @@ config ARCH_NR_GPIO
 	default 352 if ARCH_VT8500
 	default 288 if ARCH_ROCKCHIP
 	default 264 if MACH_H4700
+	default 232 if ARCH_ASPEED
 	default 0
 	help
 	  Maximum number of GPIOs in the system.
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-03 11:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 13:30 [PATCH linux dev-4.10] aspeed: Set max gpio num Mykola Kostenok
2017-06-30  0:34 ` Milton Miller II
2017-06-30  1:31   ` Andrew Jeffery
2017-06-30  4:51     ` Vadim Pasternak
2017-06-30  5:30       ` Joel Stanley
2017-07-03 10:52         ` Vadim Pasternak
2017-07-03 11:32           ` Andrew Jeffery
2017-07-03 11:44             ` Vadim Pasternak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.