From: <mar...@us...> - 2007-08-18 19:59:47
|
Revision: 1243 http://hackndev.svn.sourceforge.net/hackndev/?rev=1243&view=rev Author: marex_z71 Date: 2007-08-18 12:59:45 -0700 (Sat, 18 Aug 2007) Log Message: ----------- PalmTX: add border switching GPIOs 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:27:19 UTC (rev 1242) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmtx-gpio.h 2007-08-18 19:59:45 UTC (rev 1243) @@ -73,8 +73,11 @@ #define GPIO_NR_PALMTX_BL_POWER 84 #define GPIO_NR_PALMTX_LCD_POWER 96 +/* LCD Border */ +#define GPIO_NR_PALMTX_BORDER_SWITCH 98 +#define GPIO_NR_PALMTX_BORDER_SELECT 22 + /* Bluetooth */ - #define GPIO_NR_PALMTX_BT_RXD 42 #define GPIO_NR_PALMTX_BT_TXD 43 #define GPIO_NR_PALMTX_BT_CTS 44 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |