e200v2 LCD - it helps to enable the DBOP clock.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18911 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-10-29 02:18:42 +00:00
parent 8df1a7e29a
commit 914a6f2ed0

View file

@ -96,6 +96,8 @@ static void ams3525_dbop_init(void)
{
CGU_DBOP = (1<<3) | (4-1);
CGU_DBOP |= (1<<3) | 3;
DBOP_TIMPOL_01 = 0xe167e167;
DBOP_TIMPOL_23 = 0xe167006e;
DBOP_CTRL = 0x41008;