[Armadeus-commitlog] SF.net SVN: armadeus: [591] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <ar...@us...> - 2007-05-07 21:32:41
|
Revision: 591
http://armadeus.svn.sourceforge.net/armadeus/?rev=591&view=rev
Author: artemys
Date: 2007-05-07 14:31:17 -0700 (Mon, 07 May 2007)
Log Message:
-----------
[LINUX] Backlight for Microtips part1 again
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff 2007-05-07 21:06:42 UTC (rev 590)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff 2007-05-07 21:31:17 UTC (rev 591)
@@ -1175,9 +1175,9 @@
+static void apf9328_lcd_backlight_power(int on)
+{
+ if(on)
-+ PWMR |= 0x000000ff;
++ LCDC_PWMR |= 0x000000ff;
+ else
-+ PWMR &= 0xffffff00;
++ LCDC_PWMR &= 0xffffff00;
+}
+
+#ifdef CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|