freemyipod r262 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r261‎ | r262 | r263 >
Date:18:09, 14 November 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: iPod Nano 2G: Set LCD voltage to 2.6V. This saves some current and eliminates a humming noise and some LCDs, and it's working fine in Rockbox.
Modified paths:
  • /embios/trunk/target/ipodnano2g/power.c (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodnano2g/power.c
@@ -50,6 +50,7 @@
5151 {
5252 pmu_init();
5353 pmu_write(0x1e, 15); /* Vcore = 1.000V */
 54+ pmu_ldo_set_voltage(2, 0x11); /* LCD = 2.600V */
5455 }
5556
5657 bool charging_state(void)