[Armadeus-commitlog] SF.net SVN: armadeus:[1241] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2009-04-29 07:56:34
|
Revision: 1241
http://armadeus.svn.sourceforge.net/armadeus/?rev=1241&view=rev
Author: thom25
Date: 2009-04-29 07:56:32 +0000 (Wed, 29 Apr 2009)
Log Message:
-----------
[LINUX] fix bug in ad9889 OE_ACD pin management
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch 2009-04-28 17:20:22 UTC (rev 1240)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch 2009-04-29 07:56:32 UTC (rev 1241)
@@ -238,7 +238,7 @@
+
+ apf27_ad9889_fb_data.PA31_GIUS_old_state = 0;
+ /* make sure the LCD OE_ACD pin is correctly configured*/
-+ if( __raw_readl(VA_GPIO_BASE + MXC_GIUS(0)) & 0x80 == 0x80){
++ if( __raw_readl(VA_GPIO_BASE + MXC_GIUS(0)) & 0x80000000){
+ apf27_ad9889_fb_data.PA31_GIUS_old_state = 1;
+ mxc_gpio_mode( PA31_PF_OE_ACD );
+ }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|