]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
gpio: am43xx: expand gpio support
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 30 Jul 2015 20:56:22 +0000 (23:56 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:14 +0000 (10:19 +0200)
AM43XX SoCs support up to 192 GPIO signals.
Make this amount available to the driver.

Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
arch/arm/include/asm/arch-am33xx/gpio.h

index 3f6365e9e8f1bb8dfc2ad681c283a2f20b66b298..b1ae4911a9838e5e4eb36533317a1e59873bf9bf 100644 (file)
@@ -6,7 +6,11 @@
 
 #include <asm/omap_gpio.h>
 
+#ifdef CONFIG_AM43XX
+#define OMAP_MAX_GPIO          192
+#else
 #define OMAP_MAX_GPIO          128
+#endif
 
 #define AM33XX_GPIO0_BASE       0x44E07000
 #define AM33XX_GPIO1_BASE       0x4804C000