summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/include/asm
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-11-27 21:21:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-11-27 21:21:01 +0000
commitb1e79f5d0f71deaff2b67db258b1c447060ea4d0 (patch)
tree34aaa2c4076a770c559bc7cab4a7581870b6427c /target/linux/ar71xx/files/arch/mips/include/asm
parent42d014bce492c97703ba4805f1a1da6cf885e82c (diff)
downloadmaster-31e0f0ae-b1e79f5d0f71deaff2b67db258b1c447060ea4d0.tar.gz
master-31e0f0ae-b1e79f5d0f71deaff2b67db258b1c447060ea4d0.tar.bz2
master-31e0f0ae-b1e79f5d0f71deaff2b67db258b1c447060ea4d0.zip
ar71xx: fix AR724X_GPIO_COUNT
SVN-Revision: 18560
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include/asm')
-rw-r--r--target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
index d134f867ec..8f57d9b760 100644
--- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
+++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h
@@ -253,7 +253,7 @@ static inline u32 ar71xx_usb_ctrl_rr(unsigned reg)
#define AR71XX_GPIO_COUNT 16
-#define AR724X_GPIO_COUNT 16
+#define AR724X_GPIO_COUNT 18
#define AR91XX_GPIO_FUNC_WMAC_LED_EN BIT(22)
#define AR91XX_GPIO_FUNC_EXP_PORT_CS_EN BIT(21)