summaryrefslogtreecommitdiffstats
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)
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;