freemyipod r647 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r646‎ | r647 | r648 >
Date:04:53, 1 March 2011
Author:theseven
Status:new
Tags:
Comment:
iPod Classic: Raise Vcore by 25mV. Apparently we pushed it a bit too far.
Modified paths:
  • /emcore/trunk/target/ipodnano3g/pmu.c (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano3g/pmu.c
@@ -52,7 +52,7 @@
5353 void pmu_init()
5454 {
5555 mutex_init(&pmumutex);
56 - pmu_write(0x1e, 0x0e); // Vcore @ 0.975V
 56+ pmu_write(0x1e, 0x0f); // Vcore @ 1.000V
5757 pmu_write(0x22, 0x22); // Vmem @ 1.475V
5858 }
5959