summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-e200v2
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-29 02:18:42 +0000
committerDave Chapman <dave@dchapman.com>2008-10-29 02:18:42 +0000
commit914a6f2ed00ff85c2d18b5d1883791ac18295648 (patch)
tree546ce8f374f52d55e2f05354bf40fdcb6807c2ec /firmware/target/arm/as3525/sansa-e200v2
parent8df1a7e29abd51cc455844a9633e1cc5e057065f (diff)
downloadrockbox-914a6f2ed00ff85c2d18b5d1883791ac18295648.tar.gz
rockbox-914a6f2ed00ff85c2d18b5d1883791ac18295648.zip
e200v2 LCD - it helps to enable the DBOP clock.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18911 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/sansa-e200v2')
-rw-r--r--firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
index f4e9cc3f86..921b7eb373 100644
--- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
+++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
@@ -96,6 +96,8 @@ static void ams3525_dbop_init(void)
96{ 96{
97 CGU_DBOP = (1<<3) | (4-1); 97 CGU_DBOP = (1<<3) | (4-1);
98 98
99 CGU_DBOP |= (1<<3) | 3;
100
99 DBOP_TIMPOL_01 = 0xe167e167; 101 DBOP_TIMPOL_01 = 0xe167e167;
100 DBOP_TIMPOL_23 = 0xe167006e; 102 DBOP_TIMPOL_23 = 0xe167006e;
101 DBOP_CTRL = 0x41008; 103 DBOP_CTRL = 0x41008;