From: <z7...@us...> - 2007-05-18 12:37:45
|
Revision: 980 http://svn.sourceforge.net/hackndev/?rev=980&view=rev Author: z72ka Date: 2007-05-18 05:23:07 -0700 (Fri, 18 May 2007) Log Message: ----------- Palm Z72: Moving backlight definitons to header palmz72-init.h Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/palmz72.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/palmz72.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/palmz72.c 2007-05-18 12:21:31 UTC (rev 979) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/palmz72.c 2007-05-18 12:23:07 UTC (rev 980) @@ -38,6 +38,7 @@ #include <asm/arch/irda.h> #include <asm/arch/mmc.h> #include <asm/arch/palmz72-gpio.h> +#include <asm/arch/palmz72-init.h> #include <asm/arch/pxa_camera.h> #include <sound/driver.h> @@ -314,16 +315,6 @@ .dev = { .platform_data = &palmz72_audio_ops }, }; - - -/************* - * Backlight * - *************/ - -#define PALMZ72_MAX_INTENSITY 0x100 -#define PALMZ72_DEFAULT_INTENSITY 0x7E -#define PALMZ72_LIMIT_MASK 0x7F - static struct pxapwmbl_platform_data palmz72_backlight_data = { .pwm = 0, .max_intensity = PALMZ72_MAX_INTENSITY, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |