Roll back r28164 as this change introduced LCD issues on some nano 2G.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28166 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-09-25 23:37:12 +00:00
parent 0ef3616d10
commit 3131fb9712

View file

@ -46,7 +46,6 @@ void power_off(void)
void power_init(void)
{
pmu_write(0x1e, 15); /* Vcore = 1.000V */
pmu_ldo_set_voltage(2, 0x10); /* LCD = 2.500V */
}
#if CONFIG_CHARGING