From: <mar...@us...> - 2007-06-25 21:44:25
|
Revision: 1073 http://svn.sourceforge.net/hackndev/?rev=1073&view=rev Author: marex_z71 Date: 2007-06-25 14:44:23 -0700 (Mon, 25 Jun 2007) Log Message: ----------- PalmT5: fix typo Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h 2007-06-24 18:46:37 UTC (rev 1072) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h 2007-06-25 21:44:23 UTC (rev 1073) @@ -55,11 +55,11 @@ #define GPIO_NR_PALMT5_WM9712_IRQ 27 #define GPIO_NR_PALMT5_ICP_RXD 46 // Infrared receive pin -#define GPIO_NR_PALMT5_ICP_T5D 47 // Infrared transmit pin +#define GPIO_NR_PALMT5_ICP_TXD 47 // Infrared transmit pin #define GPIO_NR_PALMT5_IR_DISABLE 40 // connected to SD pin of tranceiver (TFBS4710?) ? #define GPIO_NR_PALMT5_ICP_RXD_MD (GPIO_NR_PALMT5_ICP_RXD | GPIO_ALT_FN_1_IN) -#define GPIO_NR_PALMT5_ICP_T5D_MD (GPIO_NR_PALMT5_ICP_T5D | GPIO_ALT_FN_2_OUT) +#define GPIO_NR_PALMT5_ICP_TXD_MD (GPIO_NR_PALMT5_ICP_T5D | GPIO_ALT_FN_2_OUT) #define GPIO_NR_PALMT5_USB_DETECT 13 #define GPIO_NR_PALMT5_USB_POWER 95 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |