DCON: Update initialisation sequence for DCON ASIC.
David Woodhouse
dwmw2 at infradead.org
Tue Nov 7 22:38:28 EST 2006
Commit: f654a92bbe93efff10e355716cf0120cffaa4380
Parent: 078a0d9939d7255763efe5058cd7405f6cc7f6d2
commit f654a92bbe93efff10e355716cf0120cffaa4380
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Tue Oct 31 21:58:11 2006 +0800
Commit: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Oct 31 21:58:11 2006 +0800
DCON: Update initialisation sequence for DCON ASIC.
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
drivers/video/geode/gxfb_dcon.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/video/geode/gxfb_dcon.c b/drivers/video/geode/gxfb_dcon.c
index 17cf5f0..a621d1c 100644
--- a/drivers/video/geode/gxfb_dcon.c
+++ b/drivers/video/geode/gxfb_dcon.c
@@ -459,6 +459,8 @@ static int dcon_probe(struct i2c_adapter
/* Start with work-arounds for DCON ASIC */
i2c_smbus_write_word_data(client, 0x4b, 0x008c);
i2c_smbus_write_word_data(client, 0x0b, 0x007a);
+ i2c_smbus_write_word_data(client, 0x36, 0x025c);
+ i2c_smbus_write_word_data(client, 0x37, 0x025e);
/* Colour swizzle, AA, no passthrough, backlight */
More information about the Commits-kernel
mailing list