1
0
Fork 0
forked from len0rd/rockbox

Reduce LCD voltage supply to 2500 mV to avoid humming noise of nano 2G.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28164 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-09-25 21:46:04 +00:00
parent af59ce6ec3
commit 86d5f44b4a

View file

@ -46,6 +46,7 @@ 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