summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/system-pp5002.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/system-pp5002.c b/firmware/target/arm/system-pp5002.c
index 5bff4fb202..1b5cbdc762 100644
--- a/firmware/target/arm/system-pp5002.c
+++ b/firmware/target/arm/system-pp5002.c
@@ -146,6 +146,11 @@ void system_init(void)
146 MMAP3_LOGICAL = 0x20000000 | 0x3a00; 146 MMAP3_LOGICAL = 0x20000000 | 0x3a00;
147 MMAP3_PHYSICAL = 0x00000000 | 0x3f84; 147 MMAP3_PHYSICAL = 0x00000000 | 0x3f84;
148 148
149#if defined(IPOD_1G2G) || defined(IPOD_3G)
150 DEV_EN = 0x0b9f; /* don't clock unused PP5002 hardware components */
151 outl(0x0035, 0xcf005004); /* DEV_EN2 ? */
152#endif
153
149 INT_FORCED_CLR = -1; 154 INT_FORCED_CLR = -1;
150 CPU_INT_CLR = -1; 155 CPU_INT_CLR = -1;
151 COP_INT_CLR = -1; 156 COP_INT_CLR = -1;