diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-14 17:43:13 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-14 17:43:13 +0000 | 
| commit | 95684215c0a50641b5a799de88b467d933c5c78d (patch) | |
| tree | ef6a1ca562bc6200ec3dfa4c071ac4ee6201713c /target/linux/ar71xx/files/arch/mips/include | |
| parent | 73b96446ee02528bfa875b6f15c091952d3aa556 (diff) | |
ar71xx: fix GPIO function handling on AR934x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29124 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
| -rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 2 | 
1 files changed, 2 insertions, 0 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 a83b0460b..46057b337 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 @@ -430,6 +430,8 @@ static inline u32 ar71xx_usb_ctrl_rr(unsigned reg)  #define AR71XX_GPIO_REG_INT_ENABLE	0x24  #define AR71XX_GPIO_REG_FUNC		0x28 +#define AR934X_GPIO_REG_FUNC		0x6c +  #define AR71XX_GPIO_FUNC_STEREO_EN	BIT(17)  #define AR71XX_GPIO_FUNC_SLIC_EN	BIT(16)  #define AR71XX_GPIO_FUNC_SPI_CS2_EN	BIT(13)  | 
