[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-110-g5c11806
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-01-18 13:39:52
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 5c1180606de171d5aeafcc83ca1f7a3a2c1763e0 (commit)
from 1268d0e4ce4c1f9d3fae49129cb6b84a9d9ddd22 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5c1180606de171d5aeafcc83ca1f7a3a2c1763e0
Author: Fabien Marteau <fab...@ar...>
Date: Mon Jan 18 14:39:33 2010 +0100
[LINUX] Adding timing initialization in hx5116_display driver
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/display/hx5116_display.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/target/linux/modules/display/hx5116_display.c b/target/linux/modules/display/hx5116_display.c
index e1a1827..902b247 100644
--- a/target/linux/modules/display/hx5116_display.c
+++ b/target/linux/modules/display/hx5116_display.c
@@ -15,6 +15,7 @@
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/fb.h>
+#include <linux/delay.h>
#include <linux/display.h>
#include <linux/spi/spi.h>
@@ -155,6 +156,8 @@ static void hx5116_init_sequence(struct hx5116_display *hx5116_dev)
hx5116_write (hx5116_dev, 0x2A, 0x07); /*set B_255*/
hx5116_write (hx5116_dev, 0x06, 0x03); /*set display on*/
+ msleep(31); /* Wait for 15 Vsync to power on screen */
+
hx5116_dev->power_on(1); /* switch on AMOLED power */
}
hooks/post-receive
--
armadeus
|