summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-07-26 15:38:49 +0000
committerSzymon Dziok <b0hoon@o2.pl>2014-07-26 15:38:49 +0000
commit6bbfb35560d440e21bdd73728d43a75b6b4de6fd (patch)
tree928f3c53bd04ceaeb0e8c1e7ea31c8652dd5c3f4 /firmware/target/arm/pp
parent3f2c525c57cf97ca2954bd1be9630e7ed529a991 (diff)
downloadrockbox-6bbfb35560d440e21bdd73728d43a75b6b4de6fd.tar.gz
rockbox-6bbfb35560d440e21bdd73728d43a75b6b4de6fd.zip
SA9200: Implement clicker.
It's not integrated with key click option for now. Change-Id: Ib0769b02bfebe7c55eca7b7ea61df5d6dd83cdd3
Diffstat (limited to 'firmware/target/arm/pp')
-rw-r--r--firmware/target/arm/pp/system-pp502x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/pp/system-pp502x.c b/firmware/target/arm/pp/system-pp502x.c
index af2e6d7761..697b52cf51 100644
--- a/firmware/target/arm/pp/system-pp502x.c
+++ b/firmware/target/arm/pp/system-pp502x.c
@@ -489,6 +489,8 @@ void system_init(void)
489 DEV_RS = 0x00000000; 489 DEV_RS = 0x00000000;
490 DEV_RS2 = 0x00000000; 490 DEV_RS2 = 0x00000000;
491#elif defined(PHILIPS_SA9200) 491#elif defined(PHILIPS_SA9200)
492 DEV_INIT1 = 0x00000000;
493 DEV_INIT2 = 0x40004000;
492 /* reset all allowed devices */ 494 /* reset all allowed devices */
493 DEV_RS = 0x3ffffef8; 495 DEV_RS = 0x3ffffef8;
494 DEV_RS2 = 0xffffffff; 496 DEV_RS2 = 0xffffffff;