Skip to content
Snippets Groups Projects
Commit 4eaf126e authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

gpio: am43xx: expand gpio support


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: default avatarNikita Kiryanov <nikita@compulab.co.il>
parent 9fbdca60
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,11 @@ ...@@ -6,7 +6,11 @@
#include <asm/omap_gpio.h> #include <asm/omap_gpio.h>
#ifdef CONFIG_AM43XX
#define OMAP_MAX_GPIO 192
#else
#define OMAP_MAX_GPIO 128 #define OMAP_MAX_GPIO 128
#endif
#define AM33XX_GPIO0_BASE 0x44E07000 #define AM33XX_GPIO0_BASE 0x44E07000
#define AM33XX_GPIO1_BASE 0x4804C000 #define AM33XX_GPIO1_BASE 0x4804C000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment