From: <z7...@us...> - 2007-05-18 13:03:03
|
Revision: 982 http://svn.sourceforge.net/hackndev/?rev=982&view=rev Author: z72ka Date: 2007-05-18 06:02:58 -0700 (Fri, 18 May 2007) Log Message: ----------- Palm Z72: New backlight GPIO included in gpio header Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-gpio.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-gpio.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-gpio.h 2007-05-18 12:34:37 UTC (rev 981) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmz72-gpio.h 2007-05-18 13:02:58 UTC (rev 982) @@ -85,7 +85,10 @@ #define GPIO_NR_PALMZ72_SD_DETECT_N 14 #define IRQ_GPIO_PALMZ72_SD_DETECT_N IRQ_GPIO(GPIO_NR_PALMZ72_SD_DETECT_N) +/* Backlight */ +#define GPIO_NR_PALMZ72_BL_POWER 20 + /* Others */ #define GPIO_NR_PALMZ72_GPIO_RESET 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |