|
From: <bob...@us...> - 2007-01-19 02:40:58
|
Revision: 774
http://svn.sourceforge.net/hackndev/?rev=774&view=rev
Author: bobofdoom
Date: 2007-01-18 18:40:56 -0800 (Thu, 18 Jan 2007)
Log Message:
-----------
700wx: Added pxafb AC_BIAS hack.
Modified Paths:
--------------
linux4palm/linux/trunk/drivers/video/pxafb.c
Modified: linux4palm/linux/trunk/drivers/video/pxafb.c
===================================================================
--- linux4palm/linux/trunk/drivers/video/pxafb.c 2007-01-19 02:37:59 UTC (rev 773)
+++ linux4palm/linux/trunk/drivers/video/pxafb.c 2007-01-19 02:40:56 UTC (rev 774)
@@ -736,7 +736,7 @@
pxa_gpio_mode(GPIO75_LCD_LCLK_MD);
pxa_gpio_mode(GPIO76_LCD_PCLK_MD);
/* configuring ACBIAS causes the LCD to hang on the Treo 6x0 */
- if (!machine_is_xscale_treo650() && !machine_is_xscale_treo680())
+ if (!machine_is_xscale_treo650() && !machine_is_xscale_treo680() && !machine_is_t700wx())
pxa_gpio_mode(GPIO77_LCD_ACBIAS_MD);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|