From: <mar...@us...> - 2007-08-18 19:27:21
|
Revision: 1242 http://hackndev.svn.sourceforge.net/hackndev/?rev=1242&view=rev Author: marex_z71 Date: 2007-08-18 12:27:19 -0700 (Sat, 18 Aug 2007) Log Message: ----------- PalmTX: screen blanking GPIO added Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-gpio.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-gpio.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-gpio.h 2007-08-18 19:12:55 UTC (rev 1241) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-gpio.h 2007-08-18 19:27:19 UTC (rev 1242) @@ -63,10 +63,13 @@ #define GPIO_NR_PALMTX_ICP_RXD_MD (GPIO_NR_PALMTX_ICP_RXD | GPIO_ALT_FN_1_IN) #define GPIO_NR_PALMTX_ICP_TXD_MD (GPIO_NR_PALMTX_ICP_TXD | GPIO_ALT_FN_2_OUT) +/* USB */ #define GPIO_NR_PALMTX_USB_DETECT 90 #define GPIO_NR_PALMTX_USB_POWER 95 #define GPIO_NR_PALMTX_USB_PULLUP 93 +/* LCD */ +#define GPIO_NR_PALMTX_SCREEN 19 /* screen goes white if set low */ #define GPIO_NR_PALMTX_BL_POWER 84 #define GPIO_NR_PALMTX_LCD_POWER 96 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |