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:
parent
3467ee8ddd
commit
71e35542dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue