From 6bbfb35560d440e21bdd73728d43a75b6b4de6fd Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sat, 26 Jul 2014 15:38:49 +0000 Subject: SA9200: Implement clicker. It's not integrated with key click option for now. Change-Id: Ib0769b02bfebe7c55eca7b7ea61df5d6dd83cdd3 --- firmware/target/arm/pp/system-pp502x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/arm/pp') 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; -- cgit v1.2.3