mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
iPod Classic: revert "set initial USB current limit to 500mA"
Reverts commit ead38dbc9d
It was introduced as a temporal workaround to avoid the endless restart
loop when battery is low, but really it is useless. The bootloader should
ensure that there is enough power to launch Rockbox even in the worst
scenario.
Change-Id: Iabebed40c9241af915c16c3c6c4d3c6deef7680e
This commit is contained in:
parent
4605df1e3c
commit
e2f943f229
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ void power_init(void)
|
|||
| (0xe << 12) /* route D- to ADC2: off */
|
||||
| (0x0 << 16) /* USB related input, POL pin ??? */
|
||||
| (0x0 << 20) /* USB related input, !CHRG pin ??? */
|
||||
| (0xf << 24) /* HPWR: 500mA */
|
||||
| (0xe << 24) /* HPWR: 100mA */
|
||||
| (0xe << 28); /* USB suspend: off */
|
||||
|
||||
PCONC = (PCONC & 0xffff0000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue