1
0
Fork 0
forked from len0rd/rockbox

Fix issues with iPod nano 2G displays reported on the forums. The voltage supply seems to be too low for several LCDs. The buzz of the display is still significantly lower than with OF.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-04-22 19:06:16 +00:00
parent 3467ee8ddd
commit 71e35542dc

View file

@ -46,7 +46,7 @@ void power_off(void)
void power_init(void)
{
pmu_write(0x1e, 0xf); /* Vcore = 1.000V */
pmu_ldo_set_voltage(2, 0x11); /* LCD = 2.600V */
pmu_ldo_set_voltage(2, 0x13); /* LCD = 2.800V */
}
#if CONFIG_CHARGING