summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r--firmware/target/arm/system-pp502x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 0882d9f212..8d253a70db 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -20,6 +20,7 @@
20#include "thread.h" 20#include "thread.h"
21#include "i2s.h" 21#include "i2s.h"
22#include "i2c-pp.h" 22#include "i2c-pp.h"
23#include "as3514.h"
23 24
24#ifndef BOOTLOADER 25#ifndef BOOTLOADER
25extern void TIMER1(void); 26extern void TIMER1(void);
@@ -310,7 +311,7 @@ void system_reboot(void)
310#ifdef SANSA_C200 311#ifdef SANSA_C200
311 CACHE_CTL &= ~CACHE_CTL_VECT_REMAP; 312 CACHE_CTL &= ~CACHE_CTL_VECT_REMAP;
312 313
313 pp_i2c_send( 0x46, 0x23, 0x0); /* backlight off */ 314 pp_i2c_send(AS3514_I2C_ADDR, DCDC15, 0x0); /* backlight off */
314 315
315 /* Magic used by the c200 OF: 0x23066000 316 /* Magic used by the c200 OF: 0x23066000
316 Magic used by the c200 BL: 0x23066b7b 317 Magic used by the c200 BL: 0x23066b7b