diff options
author | Gabor Juhos | 2013-02-15 14:38:19 +0100 |
---|---|---|
committer | John Crispin | 2013-02-19 09:36:26 +0100 |
commit | f818ca3e6894d4a630a1ecc673c91df8fb6f6898 (patch) | |
tree | 94cc0d1fcc616ab57f94fd281fde617a79f98cf9 /arch/mips/include/asm/mach-ath79/ar71xx_regs.h | |
parent | MIPS: ath79: add IRQ handling code for the QCA955X SoCs (diff) | |
download | kernel-qcow2-linux-f818ca3e6894d4a630a1ecc673c91df8fb6f6898.tar.gz kernel-qcow2-linux-f818ca3e6894d4a630a1ecc673c91df8fb6f6898.tar.xz kernel-qcow2-linux-f818ca3e6894d4a630a1ecc673c91df8fb6f6898.zip |
MIPS: ath79: add GPIO setup code for the QCA955X SoCs
The existing code can handle the GPIO controller of
the QCA955x SoCs. Add a minimal glue code to make it
working.
Cc: Rodriguez, Luis <rodrigue@qca.qualcomm.com>
Cc: Giori, Kathy <kgiori@qca.qualcomm.com>
Cc: QCA Linux Team <qca-linux-team@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4947/
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/include/asm/mach-ath79/ar71xx_regs.h')
-rw-r--r-- | arch/mips/include/asm/mach-ath79/ar71xx_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h index 8782d8b097a3..4868ed5c149b 100644 --- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h +++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h @@ -510,6 +510,7 @@ #define AR913X_GPIO_COUNT 22 #define AR933X_GPIO_COUNT 30 #define AR934X_GPIO_COUNT 23 +#define QCA955X_GPIO_COUNT 24 /* * SRIF block |