Port r29764 to v3.8 branch. Fixes iPod nano 2G LCD issues.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29765 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-04-22 19:17:25 +00:00
parent c351e62620
commit 6ccd99a86a

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