SA9200: Implement clicker.

It's not integrated with key click option for now.

Change-Id: Ib0769b02bfebe7c55eca7b7ea61df5d6dd83cdd3
This commit is contained in:
Szymon Dziok 2014-07-26 15:38:49 +00:00
parent 3f2c525c57
commit 6bbfb35560
2 changed files with 19 additions and 0 deletions

View file

@ -489,6 +489,8 @@ void system_init(void)
DEV_RS = 0x00000000;
DEV_RS2 = 0x00000000;
#elif defined(PHILIPS_SA9200)
DEV_INIT1 = 0x00000000;
DEV_INIT2 = 0x40004000;
/* reset all allowed devices */
DEV_RS = 0x3ffffef8;
DEV_RS2 = 0xffffffff;