提交 4eaf126e 编写于 作者: N Nikita Kiryanov 提交者: Tom Rini

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: NNikita Kiryanov <nikita@compulab.co.il>
上级 9fbdca60
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册