Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage for 5G/5.5G -- no changes for other iPods. Savings on a 5G/5.5G are about 1.5mA.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c773eed3e1
commit
4c5a735a02
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void pcf50605_init(void)
|
|||
/* keep initialization from svn for other iPods */
|
||||
pcf50605_write(PCF5060X_D1REGC1, 0xf5); /* 3.0V ON */
|
||||
pcf50605_write(PCF5060X_D3REGC1, 0xf5); /* 3.0V ON */
|
||||
#endif
|
||||
/* Dock Connector pin 17 (default: OFF) */
|
||||
pcf50605_write(PCF5060X_D2REGC1, 0xf8); /* 3.3V ON */
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue