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:
Cástor Muñoz 2016-01-29 02:34:15 +01:00
parent 4605df1e3c
commit e2f943f229

View file

@ -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)