mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
c351e62620
commit
6ccd99a86a
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