Update from Mark Foster for dcon asic; updated init necessary
Andres Salomon
dilinger at debian.org
Tue Nov 7 22:38:27 EST 2006
Commit: 52323cca1c5f5587aacd5d55c8b7ebf91cba2647
Parent: dc5079fafb767e4c0092da6840c7780797c44f00
commit 52323cca1c5f5587aacd5d55c8b7ebf91cba2647
Author: Andres Salomon <dilinger at debian.org>
AuthorDate: Thu Oct 26 17:55:16 2006 -0400
Commit: Andres Salomon <dilinger at debian.org>
CommitDate: Thu Oct 26 17:55:16 2006 -0400
Update from Mark Foster for dcon asic; updated init necessary
---
drivers/video/geode/gxfb_dcon.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/video/geode/gxfb_dcon.c b/drivers/video/geode/gxfb_dcon.c
index e745e89..17cf5f0 100644
--- a/drivers/video/geode/gxfb_dcon.c
+++ b/drivers/video/geode/gxfb_dcon.c
@@ -456,8 +456,9 @@ static int dcon_probe(struct i2c_adapter
if (!noinit) {
/* Initialize the DCON registers */
- /* Switch to OLPC mode */
- i2c_smbus_write_word_data(client, 0x0b, 0x002);
+ /* Start with work-arounds for DCON ASIC */
+ i2c_smbus_write_word_data(client, 0x4b, 0x008c);
+ i2c_smbus_write_word_data(client, 0x0b, 0x007a);
/* Colour swizzle, AA, no passthrough, backlight */
More information about the Commits-kernel
mailing list