mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
ar71xx: fix GPIO count for AR934x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29109 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2f0405019f
commit
e8a5cbc660
@ -478,7 +478,7 @@ static inline u32 ar71xx_usb_ctrl_rr(unsigned reg)
|
||||
#define AR934X_GPIO_FUNC_SPI_CS_1_EN BIT(14)
|
||||
#define AR934X_GPIO_FUNC_SPI_CS_0_EN BIT(13)
|
||||
|
||||
#define AR934X_GPIO_COUNT 32
|
||||
#define AR934X_GPIO_COUNT 23
|
||||
#define AR934X_GPIO_FUNC_DDR_DQOE_EN BIT(17)
|
||||
|
||||
extern void __iomem *ar71xx_gpio_base;
|
||||
|
Loading…
Reference in New Issue
Block a user