|
From: <bob...@us...> - 2007-01-08 02:08:32
|
Revision: 732
http://svn.sourceforge.net/hackndev/?rev=732&view=rev
Author: bobofdoom
Date: 2007-01-07 18:08:28 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
palmt680: Disabled LCD driver config of ACBIAS like on the 650.
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-07 15:54:04 UTC (rev 731)
+++ linux4palm/linux/trunk/drivers/video/pxafb.c 2007-01-08 02:08:28 UTC (rev 732)
@@ -735,8 +735,8 @@
pxa_gpio_mode(GPIO74_LCD_FCLK_MD);
pxa_gpio_mode(GPIO75_LCD_LCLK_MD);
pxa_gpio_mode(GPIO76_LCD_PCLK_MD);
- /* configuring ACBIAS causes the LCD to hang on the Treo 650 */
- if (!machine_is_xscale_treo650())
+ /* configuring ACBIAS causes the LCD to hang on the Treo 6x0 */
+ if (!machine_is_xscale_treo650() && !machine_is_xscale_treo680())
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.
|