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:
parent
af59ce6ec3
commit
86d5f44b4a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue